summaryrefslogtreecommitdiff
path: root/src/su.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/su.c')
-rw-r--r--src/su.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/su.c b/src/su.c
index f6b61f773..9f99b7871 100644
--- a/src/su.c
+++ b/src/su.c
@@ -118,10 +118,10 @@
/* The user to become if none is specified. */
#define DEFAULT_USER "root"
-char *crypt ();
-char *getusershell ();
-void endusershell ();
-void setusershell ();
+char *crypt (char const *key, char const *salt);
+char *getusershell (void);
+void endusershell (void);
+void setusershell (void);
extern char **environ;