/*LINTLIBRARY*/
/*
**	State Library
**
**	SCCSID @(#)llib-State	1.2 84/10/03
*/

#define	STDIO

#include	"global.h"

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

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

bool	CheckConnectivity() { return false; }
bool	CheckState(z) bool z; { return false; }
void	ClearRoute() { return; }
Entry *	Enter(name,table) char *name; Entry **table; { return (Entry *)0; }
int	HashName(name) char *name; { 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,ig) FILE *fd; bool fn; char *sn; 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; }
