Assume optarg and optind are declared in <getopt.h>.

This commit is contained in:
nekral-guest
2008-01-06 12:52:23 +00:00
parent 0c867d23ad
commit 93177a5615
3 changed files with 5 additions and 5 deletions

View File

@@ -59,8 +59,6 @@
/*
* Global variables
*/
extern int optind;
extern char *optarg;
static char *adduser = NULL;
static char *deluser = NULL;
static char *thisgroup = NULL;