/*LINTLIBRARY*/
/*
**	SCCSID @(#)llib-Route	1.8 85/08/19
*/

#define	STDIO

#include	"global.h"

#include	"address.h"
#include	"header.h"

#undef	Extern
#define	Extern
#include	"state.h"
#include	"route.h"

char *AdjustSource(s,p,f,t) char *s; Address *p; int f, t; { return NULLSTR; }
bool DoRoute(s,cp,dp,f1,f2) char *s, *cp; NodeLink *dp; void (*f1)(); void (*f2)(); { return false; }
char *DomInHier(ip) int *ip; { return NULLSTR; }
char *DomInPrim(i) int i; { return NULLSTR; }
char *DomainName(i) int i; { return NULLSTR; }
bool FindAddress(cp,dp) char *cp; NodeLink *dp; { return false; }
char *FindAlias(cp) char *cp; { return NULLSTR; }
bool FindDomain(cp,dp) char *cp; NodeLink *dp; { return false; }
bool FindNode(cp,t,dp) char *cp; Path_t t; NodeLink *dp; { return false; }
void FreeAddress(a) Address *a; { return; }
bool GetLink(i,dp) int i; NodeLink *dp; { return false; }
bool HomeAddress(cp,cpp,i) char *cp; char **cpp; int i; { return false; }
bool HomeDomain(cp,cpp,i) char *cp; char **cpp; int i; { return false; }
bool NodeinPrim(i) int i; { return false; }
int  PrimDom() { return 0; }
void PrintAlias(fd) FILE *fd; { return; }
void PrintDomains(fd) FILE *fd; { return; }
void PrintRoute(fd) FILE *fd; { return; }
bool ReadRoute() { return false; }
void SetRoute(f) char *f; { return; }
Address *SplitAddress(a) char *a; { return (Address *)0; }
