diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-21 00:38:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-21 00:38:15 +0000 |
commit | 511a00911549751db9254e5d81c1fcc1723db57e (patch) | |
tree | 86b0bdb1b47f9f165e257ac9e31551542c6ea031 | |
parent | 5a02dce6b70f7c3337d75cfde08c5b36ebb688ee (diff) | |
download | glibc-511a00911549751db9254e5d81c1fcc1723db57e.tar glibc-511a00911549751db9254e5d81c1fcc1723db57e.tar.gz glibc-511a00911549751db9254e5d81c1fcc1723db57e.tar.bz2 glibc-511a00911549751db9254e5d81c1fcc1723db57e.zip |
Update.
* include/iconv.h: New file.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | include/iconv.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,7 @@ in the message file and if necessary find approrpiate conversion to match currently selected charset. * include/libintl.h: Declare __dgettext and __dcgettext. + * include/iconv.h: New file. 1999-08-20 Andreas Schwab <schwab@suse.de> diff --git a/include/iconv.h b/include/iconv.h new file mode 100644 index 0000000000..9091fa5904 --- /dev/null +++ b/include/iconv.h @@ -0,0 +1 @@ +#include <iconv/iconv.h> |