summaryrefslogtreecommitdiff
path: root/include/getoptb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/getoptb.h')
-rw-r--r--include/getoptb.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/getoptb.h b/include/getoptb.h
index 0338a15..61fa7aa 100644
--- a/include/getoptb.h
+++ b/include/getoptb.h
@@ -6,16 +6,16 @@
* - consolidated 'sgetopt.h' and 'subgetopt.h' into '(b)getopt.h'
*/
-#define optarg subgetoptarg
-#define optind subgetoptind
-#define optpos subgetoptpos
-#define optproblem subgetoptproblem
+#define optarg subgetoptarg
+#define optind subgetoptind
+#define optpos subgetoptpos
+#define optproblem subgetoptproblem
#define optprogname subgetoptprogname
-#define opteof subgetoptdone
+#define opteof subgetoptdone
#define SUBGETOPTDONE -1
-extern int subgetopt(int,char **,char *);
+extern int subgetopt(int, char **, char *);
extern char *subgetoptarg;
extern int subgetoptind;
extern int subgetoptpos;