aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-07-02 11:33:32 +0000
committerJörg Mayer <jmayer@loplof.de>2011-07-02 11:33:32 +0000
commit7e0b65ff91d735d0ace42275023977607881672c (patch)
treebf5ca9277407e7bd616db41bb6fd963a91f43982
parent5c801f38205a40b18adf5ef6cc6b0e228176d67b (diff)
avoid warning about old style function definition
svn path=/trunk/; revision=37863
-rw-r--r--gtk/capture_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index fef53b7313..d7718e8fc6 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -932,7 +932,7 @@ error_list_remote_interface_cb (gpointer dialog _U_, gint btn _U_, gpointer data
/* Retrieve the list of local or remote interfaces according to selected
* options and re-fill interface name combobox */
static void
-update_interface_list()
+update_interface_list(void)
{
GtkWidget *if_cb, *iftype_cbx, *remote_bt;
GList *if_list, *combo_list, *combo_list_entry;