diff options
Diffstat (limited to 'src/po.h')
-rw-r--r-- | src/po.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define _PO_H #include "po-lex.h" +#include "message.h" #include <stdbool.h> @@ -148,4 +149,9 @@ extern void po_callback_comment PARAMS ((const char *s)); extern void po_callback_comment_dot PARAMS ((const char *s)); extern void po_callback_comment_filepos PARAMS ((const char *s, int line)); +/* Parse a special comment and put the result in *fuzzyp, formatp, *wrapp. */ +extern void po_parse_comment_special PARAMS ((const char *s, bool *fuzzyp, + enum is_format formatp[NFORMATS], + enum is_wrap *wrapp)); + #endif /* _PO_H */ |