diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-09-13 09:43:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-09-13 09:43:21 -0700 |
commit | 5280f9a0cd1f9ba200422ebba65d1e0133410995 (patch) | |
tree | bf85ce4e320a769d7e0903ff52ccfde13a422666 /src/man-getopt.h | |
download | man-1.6g.tar.gz man-1.6g.tar.bz2 man-1.6g.zip |
Initial.man-1.6g
Diffstat (limited to 'src/man-getopt.h')
-rw-r--r-- | src/man-getopt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/man-getopt.h b/src/man-getopt.h new file mode 100644 index 0000000..35ad35b --- /dev/null +++ b/src/man-getopt.h @@ -0,0 +1,6 @@ +extern void man_getopt (int argc, char **argv); + +extern int global_apropos; +extern int alt_system; +extern char *alt_system_name; +extern char *opt_manpath; |