sync with 0.7.8cvs16
[claws.git] / src / codeconv.h
index 3ff477701c57696bfca2fcb0086326ca72e0781d..bc40db3d7f2f6fa8401155c235629d18fa1f0838 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2001 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2002 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -122,6 +122,8 @@ void conv_unreadable_8bit(gchar *str);
 void conv_unreadable_latin(gchar *str);
 void conv_mb_alnum(gchar *str);
 
+CharSet conv_guess_encoding(const gchar *str);
+
 void conv_jistodisp  (gchar *outbuf, gint outlen, const gchar *inbuf);
 void conv_sjistodisp (gchar *outbuf, gint outlen, const gchar *inbuf);
 void conv_euctodisp  (gchar *outbuf, gint outlen, const gchar *inbuf);