aboutsummaryrefslogtreecommitdiff
path: root/src/include/tsearch/ts_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tsearch/ts_public.h')
-rw-r--r--src/include/tsearch/ts_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tsearch/ts_public.h b/src/include/tsearch/ts_public.h
index e1549863a12..959bbcc00af 100644
--- a/src/include/tsearch/ts_public.h
+++ b/src/include/tsearch/ts_public.h
@@ -104,7 +104,7 @@ typedef struct
} StopList;
extern void readstoplist(const char *fname, StopList *s,
- char *(*wordop) (const char *));
+ char *(*wordop) (const char *, size_t, Oid));
extern bool searchstoplist(StopList *s, char *key);
/*