diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 19:39:28 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 19:39:28 -0800 |
| commit | 3d3a73e18cbebbaa89e7ed991d44ab5c0981f3a9 (patch) | |
| tree | 3ca0cbee943f3b170db84dbf45de99dbc0d23fce /pattern.h | |
| parent | 13c45645948d16719e748ffeed2bdbf819698ebd (diff) | |
Moved pattern code into the right file
Diffstat (limited to 'pattern.h')
| -rw-r--r-- | pattern.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
