summaryrefslogtreecommitdiffstats
path: root/src/po.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/po.h')
-rw-r--r--src/po.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/po.h b/src/po.h
index 45c2dc6..30440c5 100644
--- a/src/po.h
+++ b/src/po.h
@@ -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 */