sync with 0.8.11cvs14
[claws.git] / src / selective_download.h
index eac309d8e17fb0492bcdb9cb2cf62e6b38ccd25d..9a1f19a242ad5620034cb61e2e8067330c655a95 100644 (file)
@@ -38,12 +38,13 @@ struct _HeaderItems {
        SD_State    state;
        gchar       *from;
        gchar       *subject;
-       gchar       date[80];
+       gchar       *date;
        gint        size;
        guint       received : 1;
        guint       del_by_old_session : 1;
 };
 
-void selective_download(MainWindow *mainwin);
+void selective_download                        (MainWindow     *mainwin);
+void sd_reflect_prefs_pixmap_theme     (void);
 
 #endif /* __SELECTIVE_DOWNLOAD_H__ */