Created SILC Runtime Toolkit git repository Part I.
[runtime.git] / apps / irssi / src / core / recode.h
diff --git a/apps/irssi/src/core/recode.h b/apps/irssi/src/core/recode.h
deleted file mode 100644 (file)
index 9698ae2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __RECODE_H
-#define __RECODE_H
-
-char *recode_in (const SERVER_REC *server, const char *str, const char *target);
-char *recode_out (const SERVER_REC *server, const char *str, const char *target);
-gboolean is_valid_charset(const char *charset);
-gboolean is_utf8(void);
-
-void recode_init (void);
-void recode_deinit (void);
-
-#endif /* __RECODE_H */