From 7384e82aa7369af5d6aa07afd856a5f9cf1f6841 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Wed, 15 Nov 2000 08:44:57 +0000 Subject: mime_guess_type_from_file_name moved back to composer as it introduced 2000-11-15 Radek Doulik * 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 --- camel/camel-mime-utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'camel/camel-mime-utils.h') 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 */ -- cgit v1.2.3