diff options
Diffstat (limited to 'pith/filter.h')
-rw-r--r-- | pith/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/filter.h b/pith/filter.h index 9916803d..e4021f23 100644 --- a/pith/filter.h +++ b/pith/filter.h @@ -216,6 +216,7 @@ void gf_prepend_editorial(FILTER_S *, int); void *gf_prepend_editorial_opt(prepedtest_t, char *); void gf_nvtnl_local(FILTER_S *, int); void gf_local_nvtnl(FILTER_S *, int); +void gf_quote_test(FILTER_S *, int); void *gf_url_hilite_opt(URL_HILITE_S *, HANDLE_S **, int); |