mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +00:00
rm'd s realp[ath
added sudo_realpath and sudo_setenv
This commit is contained in:
parent
7b0e8546fb
commit
8d28843959
5
sudo.h
5
sudo.h
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user