/* LINTLIBRARY*/
#ident "$Header: llib-lnsl 1.3 90/10/22 $
#include <sys/types.h>
#include <tiuser.h>

int t_errno;
char tiusr_statetbl[225];
/* T_ACCEPT(3N) */
int	t_accept(fd, resfd, call) int fd, resfd; struct t_call *call;{ return(0);}
/* T_ALLOC(3N) */
char *t_alloc(fd, struct_type, fields) int fd, struct_type, fields;{ return("");}
/* T_BIND(3N) */
int t_bind(fd, req, ret) int fd; struct t_bind *req, *ret;{ return(0);}
/* T_CLOSE(3N) */
int t_close(fd) int fd; { return(0);}
/* T_CONNECT(3N) */
int t_connect(fd, sndcall, rcvcall) int fd; struct t_call *sndcall, *rcvcall;{ return(0);}
/* T_ERROR(3N) */
void t_error(s) char *s; {}
/* T_FREE(3N) */
int t_free(ptr, struct_type) char *ptr; int struct_type; { return(0);}
/* T_GETINFO(3N) */
int t_getinfo(fd, info) int fd; struct t_info *info; { return(0);}
/* T_GETSTATE(3N) */
int t_getstat(fd) int fd; { return(0);}
/* T_LISTEN(3N) */
int t_listen(fd, call) int fd; struct t_call *call; { return(0);}
/* T_LOOK(3N) */
int t_look(fd) int fd; { return(0);}
/* T_OPEN(3N) */
int t_open(path, flags, info) char *path; int flags; struct t_info *info; { return(0);}
/* T_OPTMGMT(3N) */
int t_optmgmt(fd, req, ret) int fd; struct t_optmgmt *req, *ret;{ return(0);}
/* T_RCV(3N) */
int t_rcv(fd,buf, nbytes, flags) int fd, *flags; char *buf; unsigned nbytes;{ return(0);}
/* T_RCVCONNECT(3N) */
int t_rcvconnect(fd, call) int fd; struct t_call *call; { return(0);}
/* T_RCVDIS(3N) */
int t_rcvdis(fd, discon) int fd; struct t_discon *discon; { return(0);}
/* T_RCVREL(3N) */
int t_rcvrel(fd) int fd; { return(0);}
/* T_RCVUDATA(3N) */
int t_rcvudata(fd, unitdata, flags) int fd, *flags; struct t_unitdata *unitdata; { return(0);}
/* T_RCVUDERR(3N) */
int t_rcvuderr(fd, uderr) int fd; struct t_uderr *uderr; { return(0);}
/* T_SND(3N) */
int t_snd(fd, buf, nbytes, flags) int fd, *flags; char *buf; unsigned nbytes; { return(0);}
/* T_SNDDIS(3N) */
int t_snddis(fd, call) int fd; struct t_call *call; { return(0);}
/* T_SNDREL(3N) */
int t_sndrel(fd) int fd; { return(0);}
/* T_SNDUDATA(3N) */
int t_sndudata(fd, unitdata) int fd; struct t_unitdata *unitdata; { return(0);}
/* T_SYNC(3N) */
int t_sync(fd) int fd; { return(0);}
/* T_UNBIND(3N) */
int t_unbind(fd) int fd; { return(0);}
