* hosts/h-amix.h (free): Fix prototype.

This commit is contained in:
John Gilmore 1991-10-15 21:52:18 +00:00
parent 90c7c72088
commit 8c8af913b2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ extern PROTO(int, abort,(void));
extern PROTO(int, close,(int));
extern PROTO(void, exit,(int));
extern PROTO(int, fclose,(FILE*));
extern PROTO(int, free,(PTR));
extern PROTO(void, free,(PTR));
extern PROTO(int, fseek,(FILE*, long, int));
extern PROTO(int, getgid,());
extern PROTO(int, getuid,());