diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 21:20:40 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 21:33:03 +0200 |
commit | 8e7e029114c59341ec793dc9e96ee410a5f37e2b (patch) | |
tree | ac196b359c93716158dedd767f425d9e093c9b71 /include/getoptb.h | |
parent | f9a8fff2f90626aadd915178d04ece49d8c4884a (diff) |
update to version 25meson
Diffstat (limited to 'include/getoptb.h')
-rw-r--r-- | include/getoptb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/getoptb.h b/include/getoptb.h index 426567d..ad27f17 100644 --- a/include/getoptb.h +++ b/include/getoptb.h @@ -2,6 +2,8 @@ #define BGETOPT_H /* + * Revision 20240731, Erwin Hoffmann + * - added getoptb() prototype * Revision 20160714, Kai Peter * - consolidated 'sgetopt.h' and 'subgetopt.h' into '(b)getopt.h' */ @@ -15,6 +17,8 @@ #define SUBGETOPTDONE -1 +extern int getoptb(int, char **, char *); + extern int subgetopt(int, char **, char *); extern char *subgetoptarg; extern int subgetoptind; |