Add a prototype for fcloseall().

This commit is contained in:
Daniel Eischen 2006-04-22 15:10:11 +00:00
parent b62c955c52
commit 28c94ec4cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157960

View File

@ -327,6 +327,7 @@ char *tempnam(const char *, const char *);
#if __BSD_VISIBLE
int asprintf(char **, const char *, ...) __printflike(2, 3);
char *ctermid_r(char *);
void fcloseall(void);
char *fgetln(FILE *, size_t *);
__const char *fmtcheck(const char *, const char *) __format_arg(2);
int fpurge(FILE *);