aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-browse.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-smb-browse.c')
-rw-r--r--epan/dissectors/packet-smb-browse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb-browse.c b/epan/dissectors/packet-smb-browse.c
index ed071c9aa4..66841e5bfb 100644
--- a/epan/dissectors/packet-smb-browse.c
+++ b/epan/dissectors/packet-smb-browse.c
@@ -38,6 +38,9 @@
#include "packet-smb-browse.h"
#include "packet-dcerpc.h"
+void proto_register_smb_browse(void);
+void proto_reg_handoff_smb_browse(void);
+
static int proto_smb_browse = -1;
static int hf_command = -1;
static int hf_update_count = -1;