aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pattern.h b/pattern.h
index c237b50..ff1105c 100644
--- a/pattern.h
+++ b/pattern.h
@@ -10,8 +10,6 @@
__attribute__((nonnull))
pat_t *new_pat(file_t *f, const char *start, enum pattype_e type);
__attribute__((nonnull(1,2)))
-pat_t *bp_simplepattern(file_t *f, const char *str);
-__attribute__((nonnull(1,2)))
pat_t *bp_stringpattern(file_t *f, const char *str);
__attribute__((nonnull(1,2)))
pat_t *bp_replacement(file_t *f, pat_t *replacepat, const char *replacement);