From d6b5ffbbd8ca6996ec849426718d7d38f8a9630e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 25 Mar 2013 11:19:56 -0400 Subject: [PATCH] expand_prompt() is now in prompt.c sudo_printf extern is now in error.h --- plugins/sudoers/sudoers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sudoers/sudoers.h b/plugins/sudoers/sudoers.h index 5f6c08899..8ba79e502 100644 --- a/plugins/sudoers/sudoers.h +++ b/plugins/sudoers/sudoers.h @@ -235,6 +235,8 @@ int find_path(char *, char **, struct stat *, char *, int); /* check.c */ int check_user(int validate, int mode); bool user_is_exempt(void); + +/* prompt.c */ char *expand_prompt(const char *old_prompt, const char *user, const char *host); /* timestamp.c */ @@ -380,7 +382,6 @@ extern int long_list; extern int sudo_mode; extern uid_t timestamp_uid; extern sudo_conv_t sudo_conv; -extern sudo_printf_t sudo_printf; #endif #endif /* _SUDOERS_SUDOERS_H */ -- 2.40.0