Make dplay compile on Windows.
authorAnders Broman <anders.broman@ericsson.com>
Sat, 29 Dec 2007 09:53:48 +0000 (09:53 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Sat, 29 Dec 2007 09:53:48 +0000 (09:53 -0000)
svn path=/trunk/; revision=23970

epan/dissectors/packet-dplay.c

index 3fbc80fadd8fdaba616ed95336f1fd0970d560bb..d923784e2872f25a7f96e55a3479978a8e9794f4 100644 (file)
@@ -35,7 +35,7 @@
 #include <string.h>
 
 /* function declarations */
-void proto_reg_handoff_dplay();
+void proto_reg_handoff_dplay(void);
 static gboolean heur_dissect_dplay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
 static void dissect_dplay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
 static gint dissect_type1a_message(proto_tree *tree, tvbuff_t *tvb, gint offset);
@@ -1662,7 +1662,7 @@ void proto_register_dplay()
     }
 }
 
-void proto_reg_handoff_dplay()
+void proto_reg_handoff_dplay(void)
 {
     static int initialized = FALSE;