diff options
Diffstat (limited to 'src/include/utils/pg_lzcompress.h')
| -rw-r--r-- | src/include/utils/pg_lzcompress.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/pg_lzcompress.h b/src/include/utils/pg_lzcompress.h index fd1e62a8be..deaa8b1fb2 100644 --- a/src/include/utils/pg_lzcompress.h +++ b/src/include/utils/pg_lzcompress.h @@ -1,7 +1,7 @@ /* ---------- * pg_lzcompress.h - * - * $Header: /cvsroot/pgsql/src/include/utils/pg_lzcompress.h,v 1.5 2000/04/12 17:16:55 momjian Exp $ + * $Header: /cvsroot/pgsql/src/include/utils/pg_lzcompress.h,v 1.6 2001/10/25 05:50:10 momjian Exp $ * * Definitions for the builtin LZ compressor * ---------- @@ -227,5 +227,4 @@ int pglz_decompress(PGLZ_Header *source, char *dest); */ extern int pglz_get_next_decomp_char_from_lzdata(PGLZ_DecompState *dstate); extern int pglz_get_next_decomp_char_from_plain(PGLZ_DecompState *dstate); - #endif /* _PG_LZCOMPRESS_H_ */ |
