diff options
Diffstat (limited to 'gettext-tools/src/read-catalog-abstract.h')
-rw-r--r-- | gettext-tools/src/read-catalog-abstract.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/src/read-catalog-abstract.h b/gettext-tools/src/read-catalog-abstract.h index c3fc84f..367584b 100644 --- a/gettext-tools/src/read-catalog-abstract.h +++ b/gettext-tools/src/read-catalog-abstract.h @@ -184,7 +184,8 @@ extern void po_callback_comment_dispatcher (const char *s); extern void po_parse_comment_special (const char *s, bool *fuzzyp, enum is_format formatp[NFORMATS], struct argument_range *rangep, - enum is_wrap *wrapp); + enum is_wrap *wrapp, + enum is_syntax_check scp[NSYNTAXCHECKS]); #ifdef __cplusplus |