Fix [-Wmissing-prototypes]
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 16 Jan 2014 07:30:22 +0000 (07:30 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 16 Jan 2014 07:30:22 +0000 (07:30 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54826 f5534014-38df-0310-8fa8-9805f1628bb7

15 files changed:
ui/gtk/ncp_stat.c
ui/gtk/radius_stat.c
ui/gtk/rlc_lte_stat_dlg.c
ui/gtk/rpc_progs.c
ui/gtk/rpc_stat.c
ui/gtk/rtp_analysis.c
ui/gtk/rtp_stream_dlg.c
ui/gtk/scsi_stat.c
ui/gtk/sctp_chunk_stat.c
ui/gtk/smb2_stat.c
ui/gtk/smb_stat.c
ui/gtk/stats_tree_stat.c
ui/gtk/voip_calls_dlg.c
ui/gtk/wlan_stat_dlg.c
ui/gtk/wsp_stat.c

index 46c9bda4379ec31a791bb188dfb556dde041451c..9b9645f2abc5e5ec1f0489c3b515187bb8f90f0d 100644 (file)
@@ -45,6 +45,7 @@
 #include "ui/gtk/gtkglobals.h"
 #include "ui/gtk/main.h"
 
+void register_tap_listener_gtkncpstat(void);
 
 /* used to keep track of the statistics for an entire program interface */
 typedef struct _ncpstat_t {
index 8eea17ec193b7954b9b7a81ff40ab0a0f1b67f53..1f22d9ddf63e3c444f8ff290de4be6a87ea71ba1 100644 (file)
@@ -48,6 +48,8 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
+void register_tap_listener_gtkradiusstat(void);
+
 #define NUM_COLUMNS 11
 
 typedef enum _radius_category {
index fcac96aac37e489475b79bbfdc4439c7240b4f2d..5bba4089d6cbf5aa8b6cb5841e00028ddd5ea82f 100644 (file)
@@ -53,6 +53,8 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
+void register_tap_listener_rlc_lte_stat(void);
+
 /**********************************************/
 /* Table column identifiers and title strings */
 
index 9504d81cd7ae5ac16e8bc5e7acd5dc1548220264..b6b2486ba4ac48e34ce739647551bc1654fec82c 100644 (file)
@@ -53,6 +53,8 @@
 
 #define NANOSECS_PER_SEC 1000000000
 
+void register_tap_listener_gtkrpcprogs(void);
+
 static GtkWidget *win   = NULL;
 static GtkWidget *grid  = NULL;
 static int num_progs    = 0;
index 86d8af8ea5fd06d53cd14c4948b8cee3b27f119f..865b7174ec7498d0ceb860b2e726438de2ff8efb 100644 (file)
@@ -56,6 +56,8 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
+void register_tap_listener_gtkrpcstat(void);
+
 /* used to keep track of the statistics for an entire program interface */
 typedef struct _rpcstat_t {
        GtkWidget *win;
index b894fc75653f8573cb4e8924ccc68743f67d5069..b38e48699076a42795de322f12ecfc3eed0e79b1 100644 (file)
@@ -97,6 +97,8 @@
 
 #include "frame_tvbuff.h"
 
+void register_tap_listener_rtp_analysis(void);
+
 enum
 {
        PACKET_COLUMN,
index 7d48c4faf2073a54703139169688deca1a7ea17e..7e2d580a40479962840e6da3306b1206c9249245 100644 (file)
@@ -59,6 +59,8 @@ static const gchar FWD_LABEL_TEXT[] = "Select a forward stream with left mouse b
 static const gchar FWD_ONLY_LABEL_TEXT[] = "Select a forward stream with Ctrl + left mouse button";
 static const gchar REV_LABEL_TEXT[] = "Select a reverse stream with Ctrl + left mouse button";
 
+void register_tap_listener_rtp_stream_dlg(void);
+
 /****************************************************************************/
 /* pointer to the one and only dialog window */
 static GtkWidget *rtp_stream_dlg = NULL;
index 54b13fe74f1b521b69c61368e2cdfbf358da1654..2f9379038a5f00ad57e52c633b18fbc1c8391602 100644 (file)
@@ -59,6 +59,8 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
+void register_tap_listener_gtkscsistat(void);
+
 /* used to keep track of the statistics for an entire scsi command set */
 typedef struct _scsistat_t {
        GtkWidget        *win;
index afbbae7f8b812c066f583896484b52d427973ea0..ec1db1ef48f7a85d55457dcaae090dfa0b5f0f1e 100644 (file)
@@ -51,7 +51,7 @@
 #include "ui/tap-sctp-analysis.h"
 #include "ui/gtk/sctp_stat_gtk.h"
 
-
+void register_tap_listener_sctpstat(void);
 static void sctpstat_init(const char *opt_arg, void *userdata);
 
 static tap_param sctp_stat_params[] = {
index f05a04feb6ac670836e277077684e5fe726004bf..72a4e03e347d8264f6761d4e64d82e784469d8fe 100644 (file)
@@ -48,6 +48,8 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
+void register_tap_listener_gtksmb2stat(void);
+
 /* used to keep track of the statistics for an entire program interface */
 typedef struct _smb2stat_t {
        GtkWidget *win;
index 90cd55b2accb7f176a38cb0b7dea1a0f08255991..762b8d0b7705d1e4aa9ee2d44678676def0be1a4 100644 (file)
@@ -48,6 +48,8 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
+void register_tap_listener_gtksmbstat(void);
+
 /* used to keep track of the statistics for an entire program interface */
 typedef struct _smbstat_t {
        GtkWidget *win;
index c337ae9af2133ff6d0816529889ce221dba9f17d..57495d9b0cb0ace545ef571fd5c6f471297e7821 100644 (file)
@@ -65,6 +65,8 @@
 #include "ui/win32/file_dlg_win32.h"
 #endif
 
+void register_tap_listener_stats_tree_stat(void);
+
 struct _st_node_pres {
        GtkTreeIter*    iter;
 };
index 57b07098c022e7e5747e30a6dadb2d23c6b74c31..337059b19af9409cf0dc6d269e96bbf1c1f4f6e6 100644 (file)
@@ -70,6 +70,8 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
+void register_tap_listener_voip_calls_dlg(void);
+
 /****************************************************************************/
 /* pointer to the one and only dialog window */
 static GtkWidget *voip_calls_dlg = NULL;
index 2301623e37e2ca87938c22e5ee3fe74f017b4e12..025dd9f61f1f82cd83f46c1b1dd4df0dfd769fb2 100644 (file)
@@ -51,6 +51,8 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
+void register_tap_listener_wlanstat(void);
+
 enum {
     BSSID_COLUMN,
     CHANNEL_COLUMN,
index 1dc53c07bdd59a2e6c1a181a35706dec1bf27035..276373a1a457fc548b047df86fb10ff5b9bf795b 100644 (file)
@@ -43,6 +43,8 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
+void register_tap_listener_gtkwspstat(void);
+
 /* Used to keep track of the statistics for a specific PDU type */
 typedef struct _wsp_pdu_t {
        GtkLabel        *widget;