aboutsummaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-10-27 13:24:35 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-10-27 13:24:35 -0400
commit3fdd5211d96952989fbd7b0cfacd30628c6ab57c (patch)
tree505dbd4be5f4ea89f211e4d05eeba2e023aa46fd /match.h
parente258645a523c5fb4407be4a9e90df1314b225191 (diff)
Facilitate memory cleanup
Diffstat (limited to 'match.h')
-rw-r--r--match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.h b/match.h
index 9ead032..c873420 100644
--- a/match.h
+++ b/match.h
@@ -25,7 +25,7 @@ typedef struct match_s {
struct match_s *_children[3];
} match_t;
-typedef void (*bp_errhand_t)(const char *err_msg);
+typedef void (*bp_errhand_t)(char **err_msg);
__attribute__((nonnull))
void recycle_match(match_t **at_m);