/usr/include/dovecot/pop3c-sync.h is in dovecot-dev 1:2.2.9-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #ifndef POP3C_SYNC_H
#define POP3C_SYNC_H
struct mailbox;
struct pop3c_mailbox;
struct mailbox_sync_context *
pop3c_storage_sync_init(struct mailbox *box, enum mailbox_sync_flags flags);
int pop3c_sync(struct pop3c_mailbox *mbox);
int pop3c_sync_get_sizes(struct pop3c_mailbox *mbox);
int pop3c_sync_get_uidls(struct pop3c_mailbox *mbox);
#endif
|