add prototype for fclose to make sunos happy

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7061 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-09-30 21:31:54 +00:00
parent 158e2d7c8c
commit 98074e0865

View File

@@ -159,6 +159,10 @@
extern int LIBPREFIX(fclose) (FILE *);
#endif
/* SunOS doesn't have any declaration of fclose */
int fclose(FILE *stream);
int yyparse();
#ifndef LOG_FTP