fixed some lint complaints
authorceriel <none@none>
Wed, 8 Nov 1989 14:18:57 +0000 (14:18 +0000)
committerceriel <none@none>
Wed, 8 Nov 1989 14:18:57 +0000 (14:18 +0000)
util/led/extract.c
util/led/memory.c
util/led/scan.c

index b6719f4..59f8d3f 100644 (file)
@@ -14,7 +14,7 @@ static char rcsid[] = "$Header$";
 #include "orig.h"
 #include "scan.h"
 
-static         get_name();
+static         get_names();
 static         process();
 static         getexternal();
 static         redefine();
index 887a097..b852520 100644 (file)
@@ -31,7 +31,6 @@ static char rcsid[] = "$Header$";
 static         copy_down();
 static         copy_up();
 static         free_saved_moduls();
-static         writelong();
 
 struct memory  mems[NMEMS];
 
index 592317a..3d09fbc 100644 (file)
@@ -28,6 +28,7 @@ static char rcsid[] = "$Header$";
 #endif SYMDBUG
 
 extern long    lseek();
+exterrn char   *core_alloc();
 extern bool    incore;
 extern int     infile;
 extern int     passnumber;