added prototype for sudo_goodpath

This commit is contained in:
Todd C. Miller
1995-03-26 01:40:15 +00:00
parent 054c9ce3d8
commit 5595c3817b

1
sudo.h
View File

@@ -162,6 +162,7 @@ char *getcwd __P((char *, size_t));
int putenv __P((const char *));
#endif
char *sudo_realpath __P((const char *, char *));
char *sudo_goodpath __P((const char *));
int sudo_setenv __P((char *, char *));
char *tgetpass __P((char *, int));
int find_path __P((char *, char **, char **));