diff options
Diffstat (limited to 'src/include/commands/purge.h')
-rw-r--r-- | src/include/commands/purge.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/commands/purge.h b/src/include/commands/purge.h new file mode 100644 index 00000000000..5f483b26385 --- /dev/null +++ b/src/include/commands/purge.h @@ -0,0 +1,20 @@ +/*------------------------------------------------------------------------- + * + * purge.h-- + * + * + * + * Copyright (c) 1994, Regents of the University of California + * + * $Id: purge.h,v 1.1 1996/08/28 07:21:48 scrappy Exp $ + * + *------------------------------------------------------------------------- + */ +#ifndef PURGE_H +#define PURGE_H + +extern int32 RelationPurge(char *relationName, + char *absoluteTimeString, + char *relativeTimeString); + +#endif /* PURGE_H */ |