moved definitions for extnd routines
This commit is contained in:
parent
e72a36bbb2
commit
766d76e712
|
@ -1,9 +1,6 @@
|
||||||
/* This file must be included in all the files which use the backlibrary.
|
/* 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 <em.h>
|
||||||
#include "data.h"
|
#include "data.h"
|
||||||
|
|
||||||
|
@ -74,3 +71,6 @@ extern char *extnd_name(), *extnd_dnam(), *extnd_dlb(), *extnd_ilb(),
|
||||||
#define MAXNAME 512
|
#define MAXNAME 512
|
||||||
#define MAXSTRING 4096
|
#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();
|
||||||
|
|
Loading…
Reference in a new issue