1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00
Files
postgres/contrib/tsearch/rewrite.h
2001-10-25 05:50:21 +00:00

7 lines
142 B
C

#ifndef __REWRITE_H__
#define __REWRITE_H__
ITEM *clean_NOT(ITEM * ptr, int4 *len);
ITEM *clean_fakeval(ITEM * ptr, int4 *len);
#endif