summaryrefslogtreecommitdiff
path: root/include/getopt-min.h
diff options
context:
space:
mode:
authorLeo C2016-05-30 17:33:27 +0200
committerLeo C2016-05-30 17:33:27 +0200
commitcb4fb1ed02b59f798368a76f2596d7c24125e68a (patch)
tree77431b3fdfb4399782986f6263081d61314285d5 /include/getopt-min.h
parentafc7c4b41af6cc2008bdc525f944e61f14cad93f (diff)
downloadz180-stamp-cb4fb1ed02b59f798368a76f2596d7c24125e68a.zip
New command(s): attach (and detach) - not fully working.
Diffstat (limited to 'include/getopt-min.h')
-rw-r--r--include/getopt-min.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/getopt-min.h b/include/getopt-min.h
index 6495ebf..e42aa78 100644
--- a/include/getopt-min.h
+++ b/include/getopt-min.h
@@ -7,5 +7,6 @@ int getopt( /* returns letter, '?', EOF */
const FLASH char * optstring ); /* allowed args, e.g. "ab:c" */
extern int optind;
+extern char *optarg;
#endif /* GETOPT_MIN_H */