Added forgotten declaration of mkdtemp().

This commit is contained in:
Bruce Evans 1998-03-12 13:54:51 +00:00
parent 4a9d3efb86
commit 642a4fdc7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34521

View file

@ -140,6 +140,7 @@ int initgroups __P((const char *, int));
int iruserok __P((unsigned long, int, const char *, const char *));
int issetugid __P((void));
int lchown __P((const char *, uid_t, gid_t));
char *mkdtemp __P((char *));
int mknod __P((const char *, mode_t, dev_t));
int mkstemp __P((char *));
char *mktemp __P((char *));