aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uhd.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-11 06:10:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-11 06:10:45 +0000
commit07c5bb348069338654711da1596057e7ae0121f2 (patch)
tree5a8b0f1ff24c2f350c0a4d348b3c93ee9b8c10d5 /epan/dissectors/packet-uhd.c
parenta155364c778ada7dfbe241cc2b4c0488093b0834 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53930
Diffstat (limited to 'epan/dissectors/packet-uhd.c')
-rw-r--r--epan/dissectors/packet-uhd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-uhd.c b/epan/dissectors/packet-uhd.c
index 19ce30d7cf..3d559b205d 100644
--- a/epan/dissectors/packet-uhd.c
+++ b/epan/dissectors/packet-uhd.c
@@ -36,6 +36,8 @@
#include <epan/packet.h>
#include <epan/prefs.h>
+void proto_register_uhd(void);
+
static gint dissector_port_pref = 0;
/* ====== DO NOT MAKE UNAPPROVED MODIFICATIONS HERE ===== */