From c45475ab45cdca7e8ea9de3c88bc07769a0983cd Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Sun, 15 Dec 2013 23:44:12 +0000 Subject: Fix [-Wmissing-prototypes] svn path=/trunk/; revision=54135 --- epan/dissectors/packet-glusterfs_hndsk.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'epan/dissectors/packet-glusterfs_hndsk.c') diff --git a/epan/dissectors/packet-glusterfs_hndsk.c b/epan/dissectors/packet-glusterfs_hndsk.c index 72957159fa..3df6125f9e 100644 --- a/epan/dissectors/packet-glusterfs_hndsk.c +++ b/epan/dissectors/packet-glusterfs_hndsk.c @@ -42,6 +42,11 @@ #include "packet-rpc.h" #include "packet-gluster.h" +void proto_register_gluster_hndsk(void); +void proto_reg_handoff_gluster_hndsk(void); +void proto_register_gluster_cbk(void); +void proto_reg_handoff_gluster_cbk(void); + /* Initialize the protocol and registered fields */ static gint proto_gluster_cbk = -1; static gint proto_gluster_hndsk = -1; -- cgit v1.2.3