summaryrefslogtreecommitdiff
path: root/sgetopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sgetopt.h')
-rw-r--r--sgetopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgetopt.h b/sgetopt.h
index bf8bce6..eb4cbf8 100644
--- a/sgetopt.h
+++ b/sgetopt.h
@@ -16,7 +16,7 @@
16 16
17#include "subgetopt.h" 17#include "subgetopt.h"
18 18
19extern int sgetoptmine(int,const char *const *,const char *); 19extern int sgetoptmine(int,char *const *,const char *);
20extern int sgetopterr; 20extern int sgetopterr;
21extern const char *sgetoptprogname; 21extern const char *sgetoptprogname;
22 22