src/irc_queue.h
branchnew-lib-errors
changeset 217 7728d6ec3abf
parent 155 c59d3eaff0fb
child 219 cefec18b8268
equal deleted inserted replaced
216:a10ba529ae39 217:7728d6ec3abf
    67 };
    67 };
    68 
    68 
    69 /**
    69 /**
    70  * Create a new irc_queue for use with the given line_proto
    70  * Create a new irc_queue for use with the given line_proto
    71  */
    71  */
    72 err_t irc_queue_create (struct irc_queue **queue_ptr, struct event_base *ev_base, struct line_proto *lp, struct error_info *err);
    72 err_t irc_queue_create (struct irc_queue **queue_ptr, struct event_base *ev_base, struct line_proto *lp, error_t *err);
    73 
    73 
    74 /**
    74 /**
    75  * Process a line, either sending it directly, or enqueueing it, based on the timer state.
    75  * Process a line, either sending it directly, or enqueueing it, based on the timer state.
    76  */
    76  */
    77 err_t irc_queue_process (struct irc_queue *queue, const struct irc_line *line);
    77 err_t irc_queue_process (struct irc_queue *queue, const struct irc_line *line);