* 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 8ff179f2044d7f0bb66e86f25f9d11800c04e7c4..8481e94644adb79b97db0d7a81062d2c9bf3f78b 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,());