aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pgm.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 12:45:57 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 12:45:57 +0000
commit1053e722ed726979654021fa95a70e050200e8fc (patch)
tree98683a8d257fc78983c924802ea660080c48fcf8 /epan/dissectors/packet-pgm.c
parent4d92f6079b04839bf2969c3fa665416e384d5a4a (diff)
Fix warnings
svn path=/trunk/; revision=54089
Diffstat (limited to 'epan/dissectors/packet-pgm.c')
-rw-r--r--epan/dissectors/packet-pgm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-pgm.c b/epan/dissectors/packet-pgm.c
index b67bee398a..bd6ecb9682 100644
--- a/epan/dissectors/packet-pgm.c
+++ b/epan/dissectors/packet-pgm.c
@@ -37,13 +37,14 @@
#include <epan/wmem/wmem.h>
#include <epan/ptvcursor.h>
+void proto_register_pgm(void);
+void proto_reg_handoff_pgm(void);
+
/*
* Flag to control whether to check the PGM checksum.
*/
static gboolean pgm_check_checksum = TRUE;
-void proto_reg_handoff_pgm(void);
-
/* constants for hdr types */
#define PGM_SPM_PCKT 0x00
#define PGM_ODATA_PCKT 0x04