summaryrefslogtreecommitdiff
path: root/src/core/recode.h
diff options
context:
space:
mode:
authorValentin Batz <senneth@irssi.org>2004-09-15 12:11:43 +0000
committersenneth <senneth@dbcabf3a-b0e7-0310-adc4-f8d773084564>2004-09-15 12:11:43 +0000
commit8ea717b67609a7ddaa6481e49fc638a4b40e84e8 (patch)
tree10e28c5a7f6ade72b86ad7fd8c680320ecafa36b /src/core/recode.h
parent55bcc420a713d5bfac3813f7bc002de0b0c13538 (diff)
downloadirssi-8ea717b67609a7ddaa6481e49fc638a4b40e84e8.zip
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3295 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/recode.h')
-rw-r--r--src/core/recode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/recode.h b/src/core/recode.h
index 47a11f09..2a50da9e 100644
--- a/src/core/recode.h
+++ b/src/core/recode.h
@@ -3,6 +3,7 @@
char *recode_in (const char *str, const char *target);
char *recode_out (const char *str, const char *target);
+gboolean is_valid_charset(const char *charset);
void recode_init (void);
void recode_deinit (void);