	/*LINTLIBRARY*/
/*
**	Header Library
**
**	SCCSID @(#)llib-Header	1.3 85/06/20
*/

#include	"global.h"

#include	"address.h"

#undef		Extern
#define		Extern
#define		HDR_DATA

#include	"ftheader.h"
#include	"header.h"

bool		AtHome(u) char *u; { return false; }
bool		DestReached(hp) int (*hp)(); { return false; }
bool		ExDests(p,f) char *p; bool (*f)(); { return false; }
bool		ExRoute(p,f) char *p; bool (*f)(); { return false; }
void		FreeAddress(a) Address *a; { return; }
void		FreeFthFiles() { return; }
void		FthToFree() { return; }
char *		GetEnv(n) char *n; { return n; }
FthReason	GetFthFiles() { return fth_ok; }
int		GetFthTo() { return 0; }
bool		InFthTo(u) char *u; { return false; }
int		InRoute(n) char *n; { return 0; }
		/*VARARGS2*/
char *		MakeEnv(s1,s2) char *s1, *s2; { return s1; }
bool		ReRoutable() { return false; }
void		ReRoute(d) char *d; { return; }
FthReason	ReadFtHeader(fd,e,b) int fd; long e; bool b; { return fth_ok; }
HdrReason	ReadHeader(fd) int fd; { return hr_ok; }
int		RouteCount(r) char *r; { return 0; }
void		SetFthFiles() { return; }
void		SetFthTo() { return; }
Address *	SplitAddress(s) char *s; { return (Address *)0; }
bool		UpdateHeader(t,tp) Time_t t; Time_t *tp; { return false; }
int		WriteFtHeader(i,l,a,c) int i; long l; bool a, c; { return 0; }
int		WriteHeader(i,l,m) int i; long l; int m; { return 0; }
