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.
This commit is contained in:
Thomas Haller
2015-03-13 20:47:03 +01:00
parent b8a2f42a38
commit ee4543bd6e
4 changed files with 4 additions and 4 deletions

View File

@@ -172,8 +172,8 @@ done:
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,