summary refs log tree commit diff
path: root/src/core/settings/nm-settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/settings/nm-settings.h')
-rw-r--r--src/core/settings/nm-settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings/nm-settings.h b/src/core/settings/nm-settings.h
index aba3c565..020623d0 100644
--- a/src/core/settings/nm-settings.h
+++ b/src/core/settings/nm-settings.h
@@ -58,6 +58,8 @@ NMSettings *nm_settings_get(void);
 
 NMSettings *nm_settings_new(NMManager *manager);
 
+NMManager *nm_settings_get_manager(NMSettings *self);
+
 gboolean nm_settings_start(NMSettings *self, GError **error);
 
 typedef void (*NMSettingsAddCallback)(NMSettings            *settings,