about 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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/NetworkManagerUtils.h b/src/NetworkManagerUtils.h
index 72c0e532..6f48a788 100644
--- a/src/NetworkManagerUtils.h
+++ b/src/NetworkManagerUtils.h
@@ -78,4 +78,11 @@ gboolean nm_utils_get_proc_sys_net_value (const char *path,
                                           const char *iface,
                                           guint32 *out_value);
 
+void nm_utils_complete_generic (NMConnection *connection,
+                                const char *ctype,
+                                const GSList *existing,
+                                const char *format,
+                                const char *preferred,
+                                gboolean default_enable_ipv6);
+
 #endif /* NETWORK_MANAGER_UTILS_H */