summary refs log tree commit diff
path: root/clients/common/nm-vpn-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/common/nm-vpn-helpers.h')
-rw-r--r--clients/common/nm-vpn-helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/common/nm-vpn-helpers.h b/clients/common/nm-vpn-helpers.h
index 9c23f37c..9ad6b3b6 100644
--- a/clients/common/nm-vpn-helpers.h
+++ b/clients/common/nm-vpn-helpers.h
@@ -21,10 +21,10 @@
 
 #include <NetworkManager.h>
 
-struct {
+typedef struct {
 	const char *name;
 	const char *ui_name;
-} typedef VpnPasswordName;
+} VpnPasswordName;
 
 GSList *nm_vpn_get_plugin_infos (void);