summaryrefslogtreecommitdiffstats
path: root/ctxopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctxopt.h')
-rw-r--r--ctxopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctxopt.h b/ctxopt.h
index 1b03ae7..9aa1f8e 100644
--- a/ctxopt.h
+++ b/ctxopt.h
@@ -60,7 +60,7 @@ typedef struct state_s
} state_t;
void
-ctxopt_init(char * prog_name);
+ctxopt_init(char * prog_name, char * flags);
void
ctxopt_analyze(int nb_words, char ** words, int * rem_count, char *** rem_args);