diff --git a/util/led/extract.c b/util/led/extract.c index b6719f408..59f8d3f3f 100644 --- a/util/led/extract.c +++ b/util/led/extract.c @@ -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(); diff --git a/util/led/memory.c b/util/led/memory.c index 887a097c2..b852520a8 100644 --- a/util/led/memory.c +++ b/util/led/memory.c @@ -31,7 +31,6 @@ static char rcsid[] = "$Header$"; static copy_down(); static copy_up(); static free_saved_moduls(); -static writelong(); struct memory mems[NMEMS]; diff --git a/util/led/scan.c b/util/led/scan.c index 592317a35..3d09fbc3b 100644 --- a/util/led/scan.c +++ b/util/led/scan.c @@ -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;