2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

Fetch the value of "askpass" from the sudo conf struct.

This commit is contained in:
Todd C. Miller
2012-03-27 12:25:04 -04:00
parent 8b3d118f62
commit d35a8b4de4
2 changed files with 1 additions and 9 deletions

View File

@@ -163,8 +163,6 @@ void cleanup(int);
/* tgetpass.c */
char *tgetpass(const char *, int, int);
int tty_present(void);
extern const char *askpass_path;
extern const char *noexec_path;
/* zero_bytes.c */
void zero_bytes(volatile void *, size_t);