summary refs log tree commit diff
path: root/src/NetworkManagerUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NetworkManagerUtils.h')
-rw-r--r--src/NetworkManagerUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NetworkManagerUtils.h b/src/NetworkManagerUtils.h
index aaa267fb..1bf741ed 100644
--- a/src/NetworkManagerUtils.h
+++ b/src/NetworkManagerUtils.h
@@ -52,6 +52,7 @@ void nm_utils_call_dispatcher (const char *action,
 gboolean nm_match_spec_hwaddr (const GSList *specs, const char *hwaddr);
 gboolean nm_match_spec_s390_subchannels (const GSList *specs, const char *subchannels);
 
+const char *nm_utils_get_shared_wifi_permission (NMConnection *connection);
 
 GHashTable *value_hash_create          (void);
 void        value_hash_add             (GHashTable *hash,