prototype-related fixes

This commit is contained in:
Josh Coalson
2007-07-25 03:11:00 +00:00
parent a66c218e3c
commit f9cf27fcc8
17 changed files with 98 additions and 10 deletions

View File

@@ -227,9 +227,7 @@ int utf8_decode(const char *from, char **to)
#include <langinfo.h>
#endif
int iconvert(const char *fromcode, const char *tocode,
const char *from, size_t fromlen,
char **to, size_t *tolen);
#include "iconvert.h"
static const char *current_charset(void)
{