]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/private.h
configurator: HAVE_SECTION_START_STOP
[ccan] / ccan / opt / private.h
index f2199e48dc90b3581e376d91323a64d843fa2e2b..e4ad24a2be9e7947f862d295bef76b330c735c90 100644 (file)
@@ -14,7 +14,7 @@ const char *next_sopt(const char *names, unsigned *i);
 const char *first_lopt(unsigned *i, unsigned *len);
 const char *next_lopt(const char *p, unsigned *i, unsigned *len);
 
-int parse_one(int *argc, char *argv[], unsigned *offset,
+int parse_one(int *argc, char *argv[], enum opt_type is_early, unsigned *offset,
              void (*errlog)(const char *fmt, ...));
 
 #endif /* CCAN_OPT_PRIVATE_H */