/*LINTLIBRARY*/
/*
**	State Library
**
**	SCCSID @(#)llib-State	1.6 85/08/10
*/

#define	STDIO

#include	"global.h"

#include	"debug.h"
#include	"state.h"

#include	"node.h"
#include	"route.h"
#include	"statefile.h"

Entry *	AddDomain(s,h,t) char *s; DomHead *h; States t; { return (Entry *)0; }
bool	CheckConnectivity() { return false; }
void	CheckHierarchy(e,h) Entry *e; DomHead *h; { return; }
bool	CheckState(z,d) bool z; Time_t d; { return false; }
void	ClearRoute(t) Entry **t; { return; }
void	ClearState(s,t) States s; Entry **t; { return; }
Entry *	Enter(name,table) char *name; Entry **table; { return (Entry *)0; }
int	HashName(name) char *name; { return 0; }
Link ** IsLinked(e1,e2) Entry *e1,*e2; { return (Link **)0; }
int	Links(e) Entry *e; { return 0; }
Entry *	Lookup(name,table) char *name; Entry **table; { return (Entry *)0; }
Data *	MakeLink(ep1,ep2) Entry *ep1,*ep2; { return (Data *)0; }
void	MakeList(c,lp,tp) int c; Entry ***lp; Entry **tp; { return; }
void	Paths(home,type) Entry *home; States type; { return; }
void	PrintOnly(name) char *name; { return; }
void	PrintState(fd,match,v) FILE *fd; States match; bool v; { return; }
void	PrStFlags(fd,states) FILE *fd; States states; { return; }
void	Rcommands(fd,b) FILE *fd; bool b; { return; }
void	RdStCommands(b) bool b; { return; }
FILE *	ReadState(up,ig) Lock_t up; bool ig; { return (FILE *)0; }
void	Rstate(fd,fn,sn,sd,ig) FILE *fd; bool fn; char *sn; Time_t sd; bool ig; { return; }
void	SetCommands(newfile) char *newfile; { return; }
States	SetPrint() { return (States)0; }
void	SetState(newfile) char *newfile; { return; }
bool	Stats(ty,ti,n,f,t) Stats_t ty; ulong ti; long n; char *f, *t; { return false; }
void	TraceNode(name) char *name; { return; }
void	Unlink(np,lpp) Node *np; Link**lpp; { return; }
void	WriteRoute() { return; }
void	WriteState(fd,export) FILE *fd; Export_t export; { return; }
