summaryrefslogtreecommitdiff
path: root/tools/ncp2222.py
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-18 06:51:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-18 06:51:09 +0000
commite8b935ad6ea1117f9d8787f090819ecc54bbbb98 (patch)
tree2b1684472baf0d96b504740b05c853a857c62063 /tools/ncp2222.py
parent7dfbe304a7167e665b8e7b21708055d77b0eccde (diff)
downloadwireshark-e8b935ad6ea1117f9d8787f090819ecc54bbbb98.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54209
Diffstat (limited to 'tools/ncp2222.py')
-rwxr-xr-xtools/ncp2222.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ncp2222.py b/tools/ncp2222.py
index d5b07ed815..aa016d02af 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -5752,6 +5752,7 @@ def produce_code():
#include "packet-ncp-sss.h"
/* Function declarations for functions used in proto_register_ncp2222() */
+void proto_register_ncp2222(void);
static void ncp_init_protocol(void);
static void ncp_postseq_cleanup(void);