]> granicus.if.org Git - sudo/commitdiff
expand_prompt() is now in prompt.c
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 25 Mar 2013 15:19:56 +0000 (11:19 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 25 Mar 2013 15:19:56 +0000 (11:19 -0400)
sudo_printf extern is now in error.h

plugins/sudoers/sudoers.h

index 5f6c0889967d097d1bd7948e4a8bfe9a167fbaee..8ba79e5022479d0dad306f5a45e8fbceac8d9408 100644 (file)
@@ -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 */