~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/imap/imap-sync.h

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                       enum mailbox_sync_flags flags,
27
27
                       enum imap_sync_flags imap_flags,
28
28
                       imap_sync_callback_t *callback);
29
 
bool cmd_sync_delayed(struct client *client);
 
29
bool cmd_sync_delayed(struct client *client) ATTR_NOWARN_UNUSED_RESULT;
30
30
 
31
31
#endif