* hosts/h-amix.h (free): Fix prototype.
authorJohn Gilmore <gnu@cygnus>
Tue, 15 Oct 1991 21:52:18 +0000 (21:52 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 15 Oct 1991 21:52:18 +0000 (21:52 +0000)
bfd/hosts/amix.h

index 8ff179f..8481e94 100644 (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,());