aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-image-gif.c')
-rw-r--r--epan/dissectors/packet-image-gif.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-image-gif.c b/epan/dissectors/packet-image-gif.c
index 42c9eb33e3..332223e4bd 100644
--- a/epan/dissectors/packet-image-gif.c
+++ b/epan/dissectors/packet-image-gif.c
@@ -45,6 +45,9 @@
#include <epan/packet.h>
+void proto_register_gif(void);
+void proto_reg_handoff_gif(void);
+
/* General-purpose debug logger.
* Requires double parentheses because of variable arguments of printf().
*