rm'd s realp[ath

added sudo_realpath and sudo_setenv
This commit is contained in:
Todd C. Miller
1994-08-06 23:19:27 +00:00
parent 7b0e8546fb
commit 8d28843959

5
sudo.h
View File

@@ -343,9 +343,8 @@ char *strdup __P((const char *));
#ifndef HAVE_GETCWD
char *getcwd __P((char *, size_t));
#endif
#ifndef HAVE_REALPATH
char *realpath __P((const char *, char *));
#endif
char *sudo_realpath __P((const char *, char *));
int sudo_setenv __P((char *, char *));
char *tgetpass __P((char *, int));
char *find_path __P((char *));
void log_error __P((int));