diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-17 12:01:33 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:08 +0200 |
commit | a3f5468dbc5b5494103dbb23c915320a98626ea0 (patch) | |
tree | 905478c98d53301ae475738d59683ebe75294f6c /gettext-tools/src/read-properties.c | |
parent | 5a7bbfc1f9cca41ed1c7a94130bc3d2225e32e93 (diff) | |
download | external_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.c | 6 |
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; |