summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/read-properties.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-17 12:01:33 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:08 +0200
commita3f5468dbc5b5494103dbb23c915320a98626ea0 (patch)
tree905478c98d53301ae475738d59683ebe75294f6c /gettext-tools/src/read-properties.c
parent5a7bbfc1f9cca41ed1c7a94130bc3d2225e32e93 (diff)
downloadexternal_gettext-a3f5468dbc5b5494103dbb23c915320a98626ea0.zip
external_gettext-a3f5468dbc5b5494103dbb23c915320a98626ea0.tar.gz
external_gettext-a3f5468dbc5b5494103dbb23c915320a98626ea0.tar.bz2
Big renaming of functions parsing catalogs: read-po -> read-catalog.
Diffstat (limited to 'gettext-tools/src/read-properties.c')
-rw-r--r--gettext-tools/src/read-properties.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/src/read-properties.c b/gettext-tools/src/read-properties.c
index 7556275..e880f5a 100644
--- a/gettext-tools/src/read-properties.c
+++ b/gettext-tools/src/read-properties.c
@@ -33,7 +33,7 @@
#include "error.h"
#include "error-progname.h"
#include "message.h"
-#include "read-po-abstract.h"
+#include "read-catalog-abstract.h"
#include "xalloc.h"
#include "xvasprintf.h"
#include "po-xerror.h"
@@ -444,9 +444,9 @@ read_escaped_string (bool in_key)
/* Read a .properties file from a stream, and dispatch to the various
- abstract_po_reader_class_ty methods. */
+ abstract_catalog_reader_class_ty methods. */
void
-properties_parse (abstract_po_reader_ty *this, FILE *file,
+properties_parse (abstract_catalog_reader_ty *this, FILE *file,
const char *real_filename, const char *logical_filename)
{
fp = file;