From 3d3a73e18cbebbaa89e7ed991d44ab5c0981f3a9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 19:39:28 -0800 Subject: Moved pattern code into the right file --- pattern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pattern.h') diff --git a/pattern.h b/pattern.h index 933eb83..c0a5ed4 100644 --- a/pattern.h +++ b/pattern.h @@ -19,6 +19,8 @@ __attribute__((nonnull)) pat_t *bp_pattern(file_t *f, const char *str); __attribute__((nonnull)) def_t *bp_definition(file_t *f, const char *str); +__attribute__((nonnull)) +void destroy_pat(pat_t *pat); #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 -- cgit v1.2.3