From ee4543bd6e4958e93d19a878f8403c4afa398c6e Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 13 Mar 2015 20:47:03 +0100 Subject: main/trivial: change order of arguments for nm_main_utils_early_setup() Change the order of the argv and argc argument to match the main() function. --- src/main-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main-utils.h') diff --git a/src/main-utils.h b/src/main-utils.h index 9b29866be0..88d217a559 100644 --- a/src/main-utils.h +++ b/src/main-utils.h @@ -30,8 +30,8 @@ gboolean nm_main_utils_write_pidfile (const char *pidfile); gboolean nm_main_utils_check_pidfile (const char *pidfile, const char *name); gboolean nm_main_utils_early_setup (const char *progname, - char **argv[], int *argc, + char **argv[], GOptionEntry *options, void (*option_context_hook) (gpointer user_data, GOptionContext *opt_ctx), gpointer option_context_hook_data, -- cgit v1.2.1