moved definitions for extnd routines
authorceriel <none@none>
Thu, 26 Jan 1989 17:08:15 +0000 (17:08 +0000)
committerceriel <none@none>
Thu, 26 Jan 1989 17:08:15 +0000 (17:08 +0000)
util/ceg/ce_back/obj_back/back.h

index 7addc91..59e2192 100644 (file)
@@ -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 <em.h>
 #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();