summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-06-03 16:26:03 +0200
committerThomas Haller <thaller@redhat.com>2016-06-06 13:24:09 +0200
commitb0e6dc394b210d3c30cab6cfa94d9f2e6744ac50 (patch)
treed2a42b0fbd2bd20f4ea64e2c73b83685d82413c7
parent0c197cce44a01ce8f1628e157768d8ea94ec4ed2 (diff)
downloadnetwork-manager-applet-b0e6dc394b210d3c30cab6cfa94d9f2e6744ac50.tar.gz
vpn: fix function arguments
It has no arguments, so use "void". https://bugzilla.gnome.org/show_bug.cgi?id=767208
-rw-r--r--src/connection-editor/vpn-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/vpn-helpers.c b/src/connection-editor/vpn-helpers.c
index ecfc850c..35823c7b 100644
--- a/src/connection-editor/vpn-helpers.c
+++ b/src/connection-editor/vpn-helpers.c
@@ -46,7 +46,7 @@ _sort_vpn_plugins (NMVpnPluginInfo *aa, NMVpnPluginInfo *bb)
}
GSList *
-vpn_get_plugins ()
+vpn_get_plugins (void)
{
static gboolean plugins_loaded = FALSE;
static GSList *plugins = NULL;