}
/**
- * mx_path_canon - Canonicalise a mailbox path - Wrapper for MxOps::path_canon
+ * mx_path_canon - Canonicalise a mailbox path - Wrapper for MxOps::path_canon()
*/
int mx_path_canon(char *buf, size_t buflen, const char *folder, enum MailboxType *magic)
{
}
/**
- * mx_path_pretty - Abbreviate a mailbox path - Wrapper for MxOps::path_pretty
+ * mx_path_pretty - Abbreviate a mailbox path - Wrapper for MxOps::path_pretty()
*/
int mx_path_pretty(char *buf, size_t buflen, const char *folder)
{
}
/**
- * mx_path_parent - Find the parent of a mailbox path - Wrapper for MxOps::path_parent
+ * mx_path_parent - Find the parent of a mailbox path - Wrapper for MxOps::path_parent()
*/
int mx_path_parent(char *buf, size_t buflen)
{
}
/**
- * mx_msg_padding_size - Bytes of padding between messages - Wrapper for MxOps::msg_padding_size
+ * mx_msg_padding_size - Bytes of padding between messages - Wrapper for MxOps::msg_padding_size()
* @param m Mailbox
* @retval num Number of bytes of padding
*
}
/**
- * mx_ac_add - Add a Mailbox to an Account - Wrapper for MxOps::ac_add
+ * mx_ac_add - Add a Mailbox to an Account - Wrapper for MxOps::ac_add()
*/
int mx_ac_add(struct Account *a, struct Mailbox *m)
{
}
/**
- * mx_mbox_check_stats - Check the statistics for a mailbox - Wrapper for MxOps::mbox_check_stats
+ * mx_mbox_check_stats - Check the statistics for a mailbox - Wrapper for MxOps::mbox_check_stats()
*/
int mx_mbox_check_stats(struct Mailbox *m, int flags)
{