From 475f3f1be50c0fbaa3a78a9b00992faffbec56e6 Mon Sep 17 00:00:00 2001 From: pgen Date: Wed, 6 May 2020 11:40:46 +0200 Subject: Sync with github's ctxopt commit 30ba991 --- ctxopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctxopt.h') 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); -- cgit v1.2.3