From da067957c82ab74300bafa10a7753dc1e9cb53c7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 29 May 2024 13:14:35 -0400 Subject: Rename match_t -> bp_match_t --- json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json.h') diff --git a/json.h b/json.h index 4af41bf..ba36f9f 100644 --- a/json.h +++ b/json.h @@ -8,6 +8,6 @@ #include "match.h" __attribute__((nonnull)) -void json_match(const char *text, match_t *m, bool verbose); +void json_match(const char *text, bp_match_t *m, bool verbose); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3