summaryrefslogtreecommitdiffstats
path: root/ctxopt.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-05-06 11:40:46 +0200
committerpgen <p.gen.progs@gmail.com>2020-05-06 14:59:52 +0200
commit475f3f1be50c0fbaa3a78a9b00992faffbec56e6 (patch)
tree795750881dd57ddb444fef0d29b646aef7eafd35 /ctxopt.h
parent0aab492f8999b599c44ce4691f14d4a33f08d911 (diff)
Sync with github's ctxopt commit 30ba991
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);