/*-------------------------------------------------------------------------
 *
 * purge.h--
 *    
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * purge.h,v 1.1.1.1 1994/11/07 05:19:27 andrew Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef	PURGE_H
#define	PURGE_H

extern int32 RelationPurge(Name relationName,
			   char *absoluteTimeString,
			   char *relativeTimeString);

#endif	/* PURGE_H */
