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