summaryrefslogtreecommitdiff
path: root/src/nm-config.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-12-16 12:14:30 +0100
committerThomas Haller <thaller@redhat.com>2015-02-03 13:01:53 +0100
commit40dc4c3242c0276d5ac9fc6bf15afc1392cc10be (patch)
tree5fdca6ce946ac3308fe1b8c8c993774f87560830 /src/nm-config.h
parentef5782844280b3ca2605559f938795425cd12a91 (diff)
downloadNetworkManager-40dc4c3242c0276d5ac9fc6bf15afc1392cc10be.tar.gz
config: refactor nm_config_new() by extracting function read_entire_config()
Diffstat (limited to 'src/nm-config.h')
-rw-r--r--src/nm-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-config.h b/src/nm-config.h
index 14ae511633..4b726495b1 100644
--- a/src/nm-config.h
+++ b/src/nm-config.h
@@ -90,6 +90,8 @@ NMConfig *nm_config_new (const NMConfigCmdLineOptions *cli, GError **error);
NMConfig *nm_config_setup (const NMConfigCmdLineOptions *cli, GError **error);
void nm_config_reload (NMConfig *config);
+GKeyFile *nm_config_create_keyfile (void);
+
G_END_DECLS
#endif /* __NETWORKMANAGER_CONFIG_H__ */