/*
 * This is sample code generated by rpcgen.
 * These are only templates and you can use them
 * as a guideline for developing your own functions.
 */

#include "match.h"

search_matches * 
search_db_1_svc(search_info *argp, struct svc_req *rqstp)
{

	static search_matches  result;

	/*
	 * insert server code here
	 */

	return(&result);
}

