interfaces and num_interfaces are now auto, not extern
This commit is contained in:
@@ -73,9 +73,9 @@ static const char rcsid[] = "$Sudo$";
|
|||||||
* Globals
|
* Globals
|
||||||
*/
|
*/
|
||||||
int parse_error = FALSE;
|
int parse_error = FALSE;
|
||||||
|
struct interface *interfaces;
|
||||||
|
int num_interfaces;
|
||||||
extern int clearaliases;
|
extern int clearaliases;
|
||||||
extern struct interface *interfaces;
|
|
||||||
extern int num_interfaces;
|
|
||||||
|
|
||||||
char *cmnd = NULL;
|
char *cmnd = NULL;
|
||||||
char *cmnd_args = NULL;
|
char *cmnd_args = NULL;
|
||||||
|
Reference in New Issue
Block a user