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.h | |
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.h')
-rw-r--r-- | gettext-tools/src/read-properties.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gettext-tools/src/read-properties.h b/gettext-tools/src/read-properties.h index d5b7987..847bdab 100644 --- a/gettext-tools/src/read-properties.h +++ b/gettext-tools/src/read-properties.h @@ -1,5 +1,5 @@ /* Reading Java .properties files. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2006 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2003. This program is free software; you can redistribute it and/or modify @@ -19,11 +19,11 @@ #ifndef _READ_PROPERTIES_H #define _READ_PROPERTIES_H -#include "read-po-abstract.h" +#include "read-catalog-abstract.h" /* Read a .properties file from a stream, and dispatch to the various - abstract_po_reader_class_ty methods. */ -extern void properties_parse (abstract_po_reader_ty *pop, FILE *fp, + abstract_catalog_reader_class_ty methods. */ +extern void properties_parse (abstract_catalog_reader_ty *pop, FILE *fp, const char *real_filename, const char *logical_filename); |