From: ceriel Date: Thu, 26 Jan 1989 17:08:15 +0000 (+0000) Subject: moved definitions for extnd routines X-Git-Tag: release-5-5~2658 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=766d76e712a2115ba55a989c48b217b02a1d49ab;p=ack.git moved definitions for extnd routines --- diff --git a/util/ceg/ce_back/obj_back/back.h b/util/ceg/ce_back/obj_back/back.h index 7addc9147..59e219276 100644 --- a/util/ceg/ce_back/obj_back/back.h +++ b/util/ceg/ce_back/obj_back/back.h @@ -1,9 +1,6 @@ /* This file must be included in all the files which use the backlibrary. */ -extern char *extnd_name(), *extnd_dnam(), *extnd_dlb(), *extnd_ilb(), - *extnd_hol(), *extnd_ext(), *extnd_pro(), *extnd_start(), - *extnd_part(), *extnd_cont(); #include #include "data.h" @@ -74,3 +71,6 @@ extern char *extnd_name(), *extnd_dnam(), *extnd_dlb(), *extnd_ilb(), #define MAXNAME 512 #define MAXSTRING 4096 +extern char *extnd_name(), *extnd_dnam(), *extnd_dlb(), *extnd_ilb(), + *extnd_hol(), *extnd_ext(), *extnd_pro(), *extnd_start(), + *extnd_part(), *extnd_cont();