Changeset 7882a6f in code for icbd.h


Ignore:
Timestamp:
Mar 10, 2014, 12:13:22 PM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
fe81e9a
Parents:
e80f9fc
Message:

Get rid of the icbd callbacks interface

I believe the idea was initially to have both icb and irc in one
daemon but that's not going to happen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icbd.h

    re80f9fc r7882a6f  
    2424
    2525/* icbd.c */
    26 inline struct icb_session *
    27                 icbd_session_lookup(uint64_t);
     26void            icbd_drop(struct icb_session *, char *);
     27void            icbd_log(struct icb_session *, int, const char *, ...);
     28void            icbd_send(struct icb_session *, char *, ssize_t);
    2829void            icbd_modupdate(void);
    2930time_t          getmonotime(void);
Note: See TracChangeset for help on using the changeset viewer.