* Fixes NB#104249, do not allow to go forward when mandatory data is missing in easys...
[modest] / src / hildon2 / modest-maemo-utils.h
index bd679c7..36f3658 100644 (file)
@@ -81,7 +81,7 @@ osso_context_t *modest_maemo_utils_get_osso_context (void);
  *
  * Returns: file ptr or NULL in case of error
  */
-FILE* modest_maemo_open_mcc_mapping_file (void);
+FILE* modest_maemo_open_mcc_mapping_file (gboolean *translated);
 
 /**
  * modest_maemo_set_thumbable_scrollbar:
@@ -151,4 +151,6 @@ void       modest_maemo_utils_set_vbutton_layout (GtkSizeGroup *sizegroup,
 
 GtkWidget *modest_maemo_utils_create_group_box (const gchar *label, GtkWidget *contents);
 
+gboolean   modest_maemo_utils_select_attachments (GtkWindow *window, TnyList *att_list);
+
 #endif /*__MODEST_MAEMO_UTILS_H__*/