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

« back to all changes in this revision

Viewing changes to src/lib/ioloop-notify-fd.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:
16
16
        struct io_notify *notifies;
17
17
};
18
18
 
19
 
struct io *io_notify_fd_add(struct ioloop_notify_fd_context *ctx, int fd,
20
 
                            io_callback_t *callback, void *context);
 
19
struct io *
 
20
io_notify_fd_add(struct ioloop_notify_fd_context *ctx, int fd,
 
21
                 io_callback_t *callback, void *context) ATTR_NULL(4);
21
22
void io_notify_fd_free(struct ioloop_notify_fd_context *ctx,
22
23
                       struct io_notify *io);
23
24