aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-homeplug.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-21 04:54:20 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-21 04:54:20 +0000
commitb4ce4ee499caf4384316a7dbbc421aa22f801ee9 (patch)
tree44d9bac3422d021f4fa3ca8b612c1937695332c3 /epan/dissectors/packet-homeplug.c
parentb1eab65763b9b3cf2eaeb88f534d4926f60be834 (diff)
Fixes for: warning: function declaration isn't a prototype
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21082 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-homeplug.c')
-rw-r--r--epan/dissectors/packet-homeplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-homeplug.c b/epan/dissectors/packet-homeplug.c
index 04a3bfde33..7a0eb4a864 100644
--- a/epan/dissectors/packet-homeplug.c
+++ b/epan/dissectors/packet-homeplug.c
@@ -77,7 +77,7 @@
#define HOMEPLUG_NS_EXT_LEN 199
/* forward reference */
-void proto_reg_handoff_homeplug();
+void proto_reg_handoff_homeplug(void);
static int proto_homeplug = -1;