summaryrefslogtreecommitdiffstats
path: root/src/read-po.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/read-po.h')
-rw-r--r--src/read-po.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/read-po.h b/src/read-po.h
index 4346750..4e3b3c5 100644
--- a/src/read-po.h
+++ b/src/read-po.h
@@ -25,6 +25,11 @@
msgid, if present in the reference input. Defaults to true. */
extern int line_comment;
+/* If false, duplicate msgids in the same domain and file generate an error.
+ If true, such msgids are allowed; the caller should treat them
+ appropriately. Defaults to false. */
+extern bool allow_duplicates;
+
/* Read the input file with the name INPUT_NAME. The ending .po is added
if necessary. If INPUT_NAME is not an absolute file name and the file is
not found, the list of directories in "dir-list.h" is searched. Returns