config: add handler for SIGHUP and a reload-configuration stub

This commit is contained in:
Thomas Haller
2014-07-09 18:36:20 +02:00
parent 50fce5a860
commit d62022e28a
4 changed files with 18 additions and 3 deletions

View File

@@ -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__ */