summaryrefslogtreecommitdiffstats
path: root/src/lib-storage/mailbox-attribute-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib-storage/mailbox-attribute-private.h')
-rw-r--r--src/lib-storage/mailbox-attribute-private.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib-storage/mailbox-attribute-private.h b/src/lib-storage/mailbox-attribute-private.h
new file mode 100644
index 0000000..0296cdd
--- /dev/null
+++ b/src/lib-storage/mailbox-attribute-private.h
@@ -0,0 +1,15 @@
+#ifndef MAILBOX_ATTRIBUTE_PRIVATE_H
+#define MAILBOX_ATTRIBUTE_PRIVATE_H
+
+struct mailbox_attribute_iter {
+ struct mailbox *box;
+};
+
+void mailbox_attributes_init(void);
+void mailbox_attributes_deinit(void);
+
+int mailbox_attribute_value_to_string(struct mail_storage *storage,
+ const struct mail_attribute_value *value,
+ const char **str_r);
+
+#endif