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:
@@ -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
|
||||
|
Reference in New Issue
Block a user