Skip to content
Snippets Groups Projects
Commit 32ceca2c authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Fix parse_mpls() definition.


This commit get the declaration and definition of the parse_mpls()
function in-line. Make it static.

Signed-off-by: default avatarMichael Tuexen <tuexen@fh-muenster.de>
parent 393384f2
No related branches found
No related tags found
No related merge requests found
......@@ -570,7 +570,7 @@ error_out:
return PACKET_BAD;
}
int parse_mpls(struct packet *packet, u8 *header_start, u8 *packet_end,
static int parse_mpls(struct packet *packet, u8 *header_start, u8 *packet_end,
char **error)
{
struct header *mpls_header = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment