+2005-02-10 Bruno Haible <bruno@clisp.org>
+
+ * windows/gettextpo.def: Add libgettextpo_version.
+
2005-02-10 Bruno Haible <bruno@clisp.org>
* windows/gettextpo.def: Add po_message_remove_filepos,
+2005-02-10 Bruno Haible <bruno@clisp.org>
+
+ * gettext-po.h (LIBGETTEXTPO_VERSION): New macro.
+ (libgettextpo_version): New declaration.
+ * gettext-po.c (libgettextpo_version): New variable.
+
2005-02-10 Bruno Haible <bruno@clisp.org>
* gettext-po.h (po_message_remove_filepos, po_message_add_filepos): New
/* A po_filepos_t is actually a 'lex_pos_ty *'. */
+/* Version number: (major<<16) + (minor<<8) + subminor */
+int libgettextpo_version = LIBGETTEXTPO_VERSION;
+
+
/* Create an empty PO file representation in memory. */
po_file_t
#endif
+/* =========================== Meta Information ============================ */
+
+/* Version number: (major<<16) + (minor<<8) + subminor */
+#define LIBGETTEXTPO_VERSION 0x000E02
+extern int libgettextpo_version;
+
/* ================================= Types ================================= */
/* A po_file_t represents the contents of a PO file. */
LIBRARY gettextpo
EXPORTS
+libgettextpo_version
po_file_create
po_file_domains
po_file_domain_header