about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-21 00:38:15 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-21 00:38:15 +0000
commit511a00911549751db9254e5d81c1fcc1723db57e (patch)
tree86b0bdb1b47f9f165e257ac9e31551542c6ea031
parent5a02dce6b70f7c3337d75cfde08c5b36ebb688ee (diff)
downloadglibc-511a00911549751db9254e5d81c1fcc1723db57e.tar.gz
glibc-511a00911549751db9254e5d81c1fcc1723db57e.tar.xz
glibc-511a00911549751db9254e5d81c1fcc1723db57e.zip
Update.
	* include/iconv.h: New file.
-rw-r--r--ChangeLog1
-rw-r--r--include/iconv.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c0b61a992..3c35713cc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>