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

Make interfaces pointer private to interfaces.c and add get_interfaces()

accessor.
This commit is contained in:
Todd C. Miller
2012-10-25 13:15:52 -04:00
parent 319fe95d08
commit 929aef0754
6 changed files with 17 additions and 13 deletions

View File

@@ -109,7 +109,6 @@ static void create_admin_success_flag(void);
*/
struct sudo_user sudo_user;
struct passwd *list_pw;
struct interface *interfaces;
int long_list;
uid_t timestamp_uid;
extern int errorlineno;