]> granicus.if.org Git - sudo/commitdiff
interfaces and num_interfaces are now auto, not extern
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 Jul 1999 09:45:16 +0000 (09:45 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 Jul 1999 09:45:16 +0000 (09:45 +0000)
testsudoers.c

index 13a44d173d8b38c0e7733a2675d08b7f1b577598..1293e109423fe96a438caa2dacc722a5baa527ff 100644 (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;