aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nhrp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-12-18 23:18:06 +0000
committerJörg Mayer <jmayer@loplof.de>2005-12-18 23:18:06 +0000
commitb06bd208d001cee335a6be13706d4ffd08b87c3d (patch)
treec75e86f9e28751a7d5dbf58e8cd8f15535b16ed7 /epan/dissectors/packet-nhrp.c
parentb7d11ac06c2d60efe46fe9df36ff9a855924d3a8 (diff)
warning: function declaration isn't a prototype
svn path=/trunk/; revision=16852
Diffstat (limited to 'epan/dissectors/packet-nhrp.c')
-rw-r--r--epan/dissectors/packet-nhrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nhrp.c b/epan/dissectors/packet-nhrp.c
index 1aed2e9b86..ac659a7e48 100644
--- a/epan/dissectors/packet-nhrp.c
+++ b/epan/dissectors/packet-nhrp.c
@@ -46,8 +46,8 @@
#include "packet-nhrp.h"
/* forward reference */
-void proto_register_nhrp();
-void proto_reg_handoff_nhrp();
+void proto_register_nhrp(void);
+void proto_reg_handoff_nhrp(void);
void dissect_nhrp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int proto_nhrp = -1;