summaryrefslogtreecommitdiff
path: root/src/core/recode.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2004-08-20 00:27:05 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2004-08-20 00:27:05 +0000
commitdf9f46cf4d7d1bc3f21d3306ca5868362aebb4e5 (patch)
tree7dbc2999cc8dc6686e557cb775474b474136cb02 /src/core/recode.h
parent226a567562cf1f9a95ea08383838e11c20fb98c3 (diff)
downloadirssi-df9f46cf4d7d1bc3f21d3306ca5868362aebb4e5.zip
forgot to add
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3284 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/recode.h')
-rw-r--r--src/core/recode.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/recode.h b/src/core/recode.h
new file mode 100644
index 00000000..47a11f09
--- /dev/null
+++ b/src/core/recode.h
@@ -0,0 +1,10 @@
+#ifndef __RECODE_H
+#define __RECODE_H
+
+char *recode_in (const char *str, const char *target);
+char *recode_out (const char *str, const char *target);
+
+void recode_init (void);
+void recode_deinit (void);
+
+#endif /* __RECODE_H */