git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@795 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-09-29 01:56:57 +00:00
parent c684ee4dcf
commit 4b25776d85
2 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ char *getusershell(void);
char * strdup(const char *old);
#endif
#ifndef HAVE_STRNLEN
int strnlen(char*, int);
#endif
#ifndef HAVE_GETDTABLESIZE
int getdtablesize(void);
#endif