diff options
Diffstat (limited to 'contrib/ltree/crc32.h')
-rw-r--r-- | contrib/ltree/crc32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ltree/crc32.h b/contrib/ltree/crc32.h index f70722c1c5..69d9eee3e1 100644 --- a/contrib/ltree/crc32.h +++ b/contrib/ltree/crc32.h @@ -1,6 +1,8 @@ #ifndef _CRC32_H #define _CRC32_H +/* $PostgreSQL: pgsql/contrib/ltree/crc32.h,v 1.3 2006/03/11 04:38:29 momjian Exp $ */ + /* Returns crc32 of data block */ extern unsigned int ltree_crc32_sz(char *buf, int size); |