summaryrefslogtreecommitdiff
path: root/include/bsd/getopt.h
diff options
context:
space:
mode:
authorRobert Millan <rmh@aybabtu.com>2006-02-13 20:56:47 +0000
committerGuillem Jover <guillem@hadrons.org>2008-05-06 08:50:26 +0300
commit7aed0593e00f6369d0b29fbc8cfde653e5187c60 (patch)
treedb78dc1411dce0c59defa5aac7975bfaa9a6f537 /include/bsd/getopt.h
parent7a8c1c864879b3162e1048ddcb3ad59540bb0e0e (diff)
downloadlibbsd-7aed0593e00f6369d0b29fbc8cfde653e5187c60.tar.gz
Add bsd_getopt
Diffstat (limited to 'include/bsd/getopt.h')
-rw-r--r--include/bsd/getopt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bsd/getopt.h b/include/bsd/getopt.h
new file mode 100644
index 0000000..bf78f01
--- /dev/null
+++ b/include/bsd/getopt.h
@@ -0,0 +1,4 @@
+#include <getopt.h>
+extern int optreset;
+
+int bsd_getopt (int, char **, char *);