move getpass decl to the right place

This commit is contained in:
Rich Felker
2012-05-20 22:56:06 -04:00
parent 01e94c4623
commit 3db29f0347
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -166,6 +166,7 @@ int getdtablesize(void);
void setusershell(void);
void endusershell(void);
char *getusershell(void);
char *getpass(const char *);
#endif
#ifdef _LARGEFILE64_SOURCE