From 766d76e712a2115ba55a989c48b217b02a1d49ab Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 26 Jan 1989 17:08:15 +0000 Subject: [PATCH] moved definitions for extnd routines --- util/ceg/ce_back/obj_back/back.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); -- 2.34.1