From 2d109f974b6a03a79db3dd8a5ffe5c2aff76659e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Jan 2021 22:22:38 -0800 Subject: Some general cleanup, adding comments, adding more __attribute__s where applicable --- printing.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'printing.h') diff --git a/printing.h b/printing.h index 37e3d41..f81dcef 100644 --- a/printing.h +++ b/printing.h @@ -15,6 +15,8 @@ __attribute__((nonnull)) void visualize_match(match_t *m); __attribute__((nonnull)) void print_match(FILE *out, file_t *f, match_t *m, print_options_t options); +__attribute__((nonnull)) +int print_errors(file_t *f, match_t *m, print_options_t options); #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 -- cgit v1.2.3