interfaces and num_interfaces are now auto, not extern

This commit is contained in:
Todd C. Miller
1999-07-08 09:45:16 +00:00
parent b7a4a6c787
commit feb78be26e

View File

@@ -73,9 +73,9 @@ static const char rcsid[] = "$Sudo$";
* Globals
*/
int parse_error = FALSE;
struct interface *interfaces;
int num_interfaces;
extern int clearaliases;
extern struct interface *interfaces;
extern int num_interfaces;
char *cmnd = NULL;
char *cmnd_args = NULL;