summaryrefslogtreecommitdiff
path: root/src/main-utils.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-07-09 18:36:20 +0200
committerThomas Haller <thaller@redhat.com>2015-02-03 13:01:53 +0100
commitd62022e28a508070e3d5ef089ab4e17dd45d3b23 (patch)
tree0f569bbfe4c76f81930c287a2de6fde8cca42a72 /src/main-utils.h
parent50fce5a860479016470117ded4fb7ea947c27c1c (diff)
downloadNetworkManager-d62022e28a508070e3d5ef089ab4e17dd45d3b23.tar.gz
config: add handler for SIGHUP and a reload-configuration stub
Diffstat (limited to 'src/main-utils.h')
-rw-r--r--src/main-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main-utils.h b/src/main-utils.h
index 432833f31d..9b29866be0 100644
--- a/src/main-utils.h
+++ b/src/main-utils.h
@@ -37,4 +37,9 @@ gboolean nm_main_utils_early_setup (const char *progname,
gpointer option_context_hook_data,
const char *summary);
+/* The following functions are not implemented inside nm-main-utils.c, instead
+ * main.c and nm-iface-helper.c */
+
+void nm_main_config_reload (void);
+
#endif /* __MAIN_UTILS_H__ */