summaryrefslogtreecommitdiff
path: root/subgetopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'subgetopt.h')
-rw-r--r--subgetopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subgetopt.h b/subgetopt.h
index 41ad26a..5163148 100644
--- a/subgetopt.h
+++ b/subgetopt.h
@@ -15,7 +15,7 @@
15 15
16#define SUBGETOPTDONE -1 16#define SUBGETOPTDONE -1
17 17
18extern int subgetopt(int,const char *const *,const char *); 18extern int subgetopt(int,char *const *,const char *);
19extern const char *subgetoptarg; 19extern const char *subgetoptarg;
20extern int subgetoptind; 20extern int subgetoptind;
21extern int subgetoptpos; 21extern int subgetoptpos;