diff options
Diffstat (limited to 'src/include/commands/purge.h')
-rw-r--r-- | src/include/commands/purge.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/include/commands/purge.h b/src/include/commands/purge.h index aa63313c9e0..e69de29bb2d 100644 --- a/src/include/commands/purge.h +++ b/src/include/commands/purge.h @@ -1,21 +0,0 @@ -/*------------------------------------------------------------------------- - * - * purge.h-- - * - * - * - * Copyright (c) 1994, Regents of the University of California - * - * $Id: purge.h,v 1.4 1997/09/08 21:51:39 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef PURGE_H -#define PURGE_H - -extern int32 -RelationPurge(char *relationName, - char *absoluteTimeString, - char *relativeTimeString); - -#endif /* PURGE_H */ |