aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/MH/mh-uid.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/MH/mh-uid.h')
-rw-r--r--camel/providers/MH/mh-uid.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/providers/MH/mh-uid.h b/camel/providers/MH/mh-uid.h
index 32fe138a53..63dfe5b159 100644
--- a/camel/providers/MH/mh-uid.h
+++ b/camel/providers/MH/mh-uid.h
@@ -24,5 +24,17 @@
#define MH_UID_H 1
#include <glib.h>
+#include "camel-mh-folder.h"
+
+
+typedef struct {
+ gchar uid[16];
+ guint file_number;
+} MhUidCouple;
+
+void mh_uid_get_for_file (gchar *filename, guchar uid[16]);
+void mh_save_uid_list (CamelMhFolder *mh_folder);
+gint mh_load_uid_list (CamelMhFolder *mh_folder);
+gint mh_generate_uid_list (CamelMhFolder *mh_folder);
#endif /* MH_UID_H */