/*
 * DBOT Version 1.0           Author :  Vincent Hayward
 *                                      School of Electrical Engineering
 *                                      Purdue University
 *      Dir     : lint
 *      File    : llib-dbot
 *      Remarks : Lint file
 *      Usage   : made available to the user
 */

/*LINTLIBRARY*/
#include "../h/rccl.h"

	maketdb(n) char *n; {return(0);}
	savetr(t, fd) TRSF_PTR t; int fd; {return(0);}
	gettr(t, fd) TRSF_PTR t; int fd; {return(0);}
	remtr(n, fd) char *n; int fd; {return(0);}
	dumpdb(fd, v) int fd; bool v; {return(0);}
	compact(n) char *n; {return(0);}
