test-dsync-common.h revision c820b702d1eabfd5b029ac168fe769265e541561
#ifndef TEST_DSYNC_COMMON_H
#define TEST_DSYNC_COMMON_H
#include "test-common.h"
#include "dsync-data.h"
#define TEST_MAILBOX_GUID1 "1234456789abcdef2143547698badcfe"
#define TEST_MAILBOX_GUID2 "a3bd7824defe08f7acc7ca8ce739dbca"
extern const uint8_t test_mailbox_guid1[MAIL_GUID_128_SIZE];
extern const uint8_t test_mailbox_guid2[MAIL_GUID_128_SIZE];
bool dsync_messages_equal(const struct dsync_message *m1,
const struct dsync_message *m2);
bool dsync_mailboxes_equal(const struct dsync_mailbox *box1,
const struct dsync_mailbox *box2);
#endif