summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 15:30:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 15:30:46 +0000
commit8d94751a807c93fe8f2338f941c5d360aa6402f4 (patch)
treed2b3708c82209faf88c6773952a35376faeaa192 /src
parent5999efa3acaaa27764e5899a4329ecc50d4b4c7f (diff)
downloadiconv-8d94751a807c93fe8f2338f941c5d360aa6402f4.tar.gz
iconv-8d94751a807c93fe8f2338f941c5d360aa6402f4.tar.bz2
Move the declarations of iconv_initialise/iconv_finalise to a different header.
This keeps the public iconv.h free of such nonsense. Move the source for the RISC OS stubs to the distribution template tree. We will no longer shipped compiled stubs. People are quite capable of compiling this themselves. Also take the opportunity to tidy it up a bit. Bump the version number to 0.09 Introduce a "riscos-dist" target in Makefile-riscos. Update various bits of documentation. svn path=/trunk/iconv/; revision=5734
Diffstat (limited to 'src')
-rw-r--r--src/iconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iconv.c b/src/iconv.c
index 8e26c67..0cb31bf 100644
--- a/src/iconv.c
+++ b/src/iconv.c
@@ -11,7 +11,7 @@
#include <unicode/charsets.h>
#include <unicode/encoding.h>
-#include <iconv/iconv.h>
+#include <iconv-internal/iconv.h>
#include "internal.h"