summaryrefslogtreecommitdiff
path: root/src/poparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/poparser.h')
-rw-r--r--src/poparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/poparser.h b/src/poparser.h
index 25e3af5..0e2515b 100644
--- a/src/poparser.h
+++ b/src/poparser.h
@@ -4,6 +4,7 @@
enum po_entry {
pe_msgid = 0,
+ pe_plural,
pe_msgstr,
pe_maxstr,
pe_str = pe_maxstr,
@@ -15,6 +16,7 @@ struct po_info {
enum po_entry type;
char *text;
char charset[12];
+ unsigned int nplurals;
size_t textlen;
};