* Fixes a compilation warning
[modest] / src / widgets / modest-msg-view.h
index 02d819a..c977650 100644 (file)
@@ -34,6 +34,7 @@
 #include <tny-msg.h>
 #include <tny-mime-part.h>
 #include <tny-msg-view.h>
+#include <tny-header-view.h>
 #include <widgets/modest-recpt-view.h>
 #include <widgets/modest-zoomable.h>
 #include <widgets/modest-isearch-view.h>
@@ -80,6 +81,7 @@ struct _ModestMsgViewIface {
                                    gpointer user_data);
        gboolean (*fetch_image)    (ModestMsgView *msgview, const gchar *uri,
                                    TnyStream *stream);
+       void (*show_details)       (ModestMsgView *msgview, gpointer userdata);
 };