diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-12 22:22:38 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-12 22:22:38 -0800 |
| commit | 2d109f974b6a03a79db3dd8a5ffe5c2aff76659e (patch) | |
| tree | 082415222af72e0ac17eac9260a5e5a1ce59221a /printing.h | |
| parent | 5811ff4554da3d980ff32a83efa35ea1a4512484 (diff) | |
Some general cleanup, adding comments, adding more __attribute__s where
applicable
Diffstat (limited to 'printing.h')
| -rw-r--r-- | printing.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
