* fixed bug which crashed modest after sending an email with attachment(s). The attac...
[modest] / src / modest-text-utils.h
index 9205e0f..e2f532a 100644 (file)
@@ -4,6 +4,8 @@
 #ifndef __MODEST_TEXT_UTILS_H__
 #define __MODEST_TEXT_UTILS_H__
 
+#include <time.h>
+
 /* public */
 
 /**
@@ -21,22 +23,4 @@ modest_text_utils_quote(const gchar *buf,
                         const time_t sent_date,
                         const int limit);
 
-/**
- * modest_text_utils_quote_text_buffer:
- * @buf: a GtkTextBuffer which contains the message to quote
- * @from: the sender of the original message
- * @sent_date: sent date/time of the original message
- * @limit: specifies the maximum characters per line in the quoted text
- * 
- * Returns: a string containing the quoted message
- * Please do not use this function, it may be removed
- */
-gchar *
-modest_text_utils_quote_text_buffer(GtkTextBuffer *buf,
-                        const gchar *from,
-                        const time_t sent_date,
-                        const int limit);
-
-
-
-#endif
+#endif /* __MODEST_TEXT_UTILS_H__ */