aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-utils.h
diff options
context:
space:
mode:
authorRadek Doulik <rodo@helixcode.com>2000-11-15 16:44:57 +0800
committerRadek Doulik <rodo@src.gnome.org>2000-11-15 16:44:57 +0800
commit7384e82aa7369af5d6aa07afd856a5f9cf1f6841 (patch)
treece0486fa8f6a55207601d51db1ecd0db5a479a24 /camel/camel-mime-utils.h
parentfb76cad79ae9228a426fcd0e4a39d920ec17d864 (diff)
downloadgsoc2013-evolution-7384e82aa7369af5d6aa07afd856a5f9cf1f6841.tar
gsoc2013-evolution-7384e82aa7369af5d6aa07afd856a5f9cf1f6841.tar.gz
gsoc2013-evolution-7384e82aa7369af5d6aa07afd856a5f9cf1f6841.tar.bz2
gsoc2013-evolution-7384e82aa7369af5d6aa07afd856a5f9cf1f6841.tar.lz
gsoc2013-evolution-7384e82aa7369af5d6aa07afd856a5f9cf1f6841.tar.xz
gsoc2013-evolution-7384e82aa7369af5d6aa07afd856a5f9cf1f6841.tar.zst
gsoc2013-evolution-7384e82aa7369af5d6aa07afd856a5f9cf1f6841.zip
mime_guess_type_from_file_name moved back to composer as it introduced
2000-11-15 Radek Doulik <rodo@helixcode.com> * camel-mime-utils.c: mime_guess_type_from_file_name moved back to composer as it introduced unwanted VFS dependency svn path=/trunk/; revision=6578
Diffstat (limited to 'camel/camel-mime-utils.h')
-rw-r--r--camel/camel-mime-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/camel/camel-mime-utils.h b/camel/camel-mime-utils.h
index c5e19e667e..6f452f1ffa 100644
--- a/camel/camel-mime-utils.h
+++ b/camel/camel-mime-utils.h
@@ -186,7 +186,4 @@ int quoted_decode_step(unsigned char *in, int len, unsigned char *out, int *save
int quoted_encode_step(unsigned char *in, int len, unsigned char *out, int *state, int *save);
int quoted_encode_close(unsigned char *in, int len, unsigned char *out, int *state, int *save);
-gchar * mime_guess_type_from_file_name (const gchar *file_name);
-
-
#endif /* ! _CAMEL_MIME_UTILS_H */