summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 67d17c14..b1a84d7e 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -166,6 +166,7 @@ int getdtablesize(void);
void setusershell(void);
void endusershell(void);
char *getusershell(void);
+char *getpass(const char *);
#endif
#ifdef _LARGEFILE64_SOURCE