From 8d94751a807c93fe8f2338f941c5d360aa6402f4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 19 Nov 2008 15:30:46 +0000 Subject: 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 --- src/iconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 #include -#include +#include #include "internal.h" -- cgit v1.2.3