summaryrefslogtreecommitdiff
path: root/pith/filter.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-05-13 01:38:56 -0600
committerEduardo Chappa <chappa@washington.edu>2018-05-13 01:38:56 -0600
commitaac7b10863bcfabe936feb5151e7e11123e13306 (patch)
tree8033a31daed6c94fcbdd41eef1682ba0539cfabd /pith/filter.h
parent400647dcc1b040f82d22d539fc013f5e23132049 (diff)
downloadalpine-aac7b10863bcfabe936feb5151e7e11123e13306.tar.xz
* More changes to make Valgrind happy. Work in progress.
Diffstat (limited to 'pith/filter.h')
-rw-r--r--pith/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/filter.h b/pith/filter.h
index ce146842..89e085fe 100644
--- a/pith/filter.h
+++ b/pith/filter.h
@@ -217,6 +217,6 @@ void *gf_prepend_editorial_opt(prepedtest_t, char *);
void gf_nvtnl_local(FILTER_S *, int);
void gf_local_nvtnl(FILTER_S *, int);
void *gf_url_hilite_opt(URL_HILITE_S *, HANDLE_S **, int);
-
+void free_filter_module_globals(void);
#endif /* PITH_FILTER_INCLUDED */