aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-gps.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-12 19:52:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-12 19:52:14 +0000
commit4058146e26f82418656a06f56d55f19c14a82513 (patch)
tree2d0ecbf825eb848a3d4bb46d09c08364bb2fa7bb /epan/dissectors/packet-ppi-gps.c
parent13cc753fd4723d775b1bf6a52d9a617dca68ff1f (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53971
Diffstat (limited to 'epan/dissectors/packet-ppi-gps.c')
-rw-r--r--epan/dissectors/packet-ppi-gps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ppi-gps.c b/epan/dissectors/packet-ppi-gps.c
index a161b619c2..b8b1c53a24 100644
--- a/epan/dissectors/packet-ppi-gps.c
+++ b/epan/dissectors/packet-ppi-gps.c
@@ -67,6 +67,8 @@ enum ppi_geotagging_type {
#define PPI_GPS_MASK_EXT 0x80000000
+void proto_register_ppi_gps(void);
+
/* protocol */
static int proto_ppi_gps = -1;