aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-27 10:49:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-27 10:49:35 +0000
commitd0915cabb3001ba3d7e796dd489e309e9aa2a4ce (patch)
tree36c7e8c7c9e5ddf28a27eb7abe5f3aec0a79798f /plugins/gryphon
parentfa2c0bb556de44faaf14e537723643ce4b7f6b0e (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54473
Diffstat (limited to 'plugins/gryphon')
-rw-r--r--plugins/gryphon/packet-gryphon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c
index 1dbd53db3e..5abffe4e73 100644
--- a/plugins/gryphon/packet-gryphon.c
+++ b/plugins/gryphon/packet-gryphon.c
@@ -38,6 +38,9 @@
* http://www.dgtech.com/gryphon/sys/www/docs/html/
*/
+void proto_register_gryphon(void);
+void proto_reg_handoff_gryphon(void);
+
static int proto_gryphon = -1;
static int hf_gryphon_src = -1;