From a70e74b060ab2769523ad831f571cb80122121d3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 21 Nov 2000 21:16:06 +0000 Subject: Put external declarations into header files. --- src/backend/access/gist/gist.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/backend/access/gist/gist.c') diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index d8e9005e933..ce1b067d52b 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -6,7 +6,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.65 2000/11/16 22:30:15 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.66 2000/11/21 21:15:53 petere Exp $ * *------------------------------------------------------------------------- */ @@ -25,9 +25,6 @@ #ifdef XLOG #include "access/xlogutils.h" -void gist_redo(XLogRecPtr lsn, XLogRecord *record); -void gist_undo(XLogRecPtr lsn, XLogRecord *record); -void gist_desc(char *buf, uint8 xl_info, char* rec); #endif /* non-export function prototypes */ -- cgit v1.2.3