]> granicus.if.org Git - sudo/commitdiff
no more sudo_realpath() and find_path() changed params
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Mar 1995 06:19:48 +0000 (06:19 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Mar 1995 06:19:48 +0000 (06:19 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index db2181db2c668404ffe3708ba4d8364b25c4d2ff..3a5bcb719014965fc2c92d702db77b22f3acb73f 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -161,11 +161,10 @@ char *getcwd              __P((char *, size_t));
 #if !defined(HAVE_PUTENV) && !defined(HAVE_SETENV)
 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 **));
+char * find_path       __P((char *));
 void log_error         __P((int));
 void inform_user       __P((int));
 void check_user                __P((void));