Fix [-Wmissing-prototypes]
[metze/wireshark/wip.git] / epan / dissectors / packet-kafka.c
index 1e2e492de09c52a26fceb2ac11f149f4fb364c00..ca998cc93fc7d29a244c41af28576dd17ad6c008 100644 (file)
@@ -35,6 +35,7 @@
 #include <epan/prefs.h>
 #include <epan/wmem/wmem.h>
 
+void proto_register_kafka(void);
 void proto_reg_handoff_kafka(void);
 
 static int proto_kafka                  = -1;