diff options
Diffstat (limited to 'src/cmd/getflags/getflags.h')
| -rw-r--r-- | src/cmd/getflags/getflags.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cmd/getflags/getflags.h b/src/cmd/getflags/getflags.h index ca7167b2..e69de29b 100644 --- a/src/cmd/getflags/getflags.h +++ b/src/cmd/getflags/getflags.h @@ -1,10 +0,0 @@ -#define NFLAG 128 -#define NCMDLINE 512 -#define NGETFLAGSARGV 256 -extern char **flag[NFLAG]; -extern char cmdline[NCMDLINE+1]; -extern char *cmdname; -extern char *flagset[]; -extern char *getflagsargv[NGETFLAGSARGV+2]; -int getflags(int, char *[], char *); -void usage(char *); |
