2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

MAIN was replaced with _SUDO_MAIN some time ago.

This commit is contained in:
Todd C. Miller
2004-01-29 21:22:55 +00:00
parent 7a07ad8641
commit 22c30e08da

View File

@@ -58,7 +58,7 @@ void dump_interfaces __P((void));
/*
* Definitions for external variables.
*/
#ifndef MAIN
#ifndef _SUDO_MAIN
extern struct interface *interfaces;
extern int num_interfaces;
#endif