Changeset 1a5d69e in code


Ignore:
Timestamp:
Jan 8, 2010, 12:49:14 PM (15 years ago)
Author:
Mike Belopuhov <mike.belopuhov@…>
Branches:
master
Children:
8bf5a0a
Parents:
1da9ee5
Message:

add a bufferevent_setwatermark prototype, so it compiles on OpenBSD fine; small correction in the README

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README

    r1da9ee5 r1a5d69e  
    11icbd: a simple yet secure ICB daemon written in C
    22=================================================
     3
     4OS support:
     5===========
     6
     7Currently, server supports OpenBSD/AerieBSD only.
    38
    49FAQ:
    510====
    611
    7 Q. WTF?
     12Q. ICB? WTF?
    813A. http://www.icb.net/
    914
     
    1419A. Yes, it is!
    1520
    16 Q. Why do you need that shit, man?
    17 A. Well, I don't need it at all!
    18 
    1921Q. Any clients?
    2022A. There are icb, ircII, irssi (with icb plugin), zenicb (emacs plugin) and
  • icbd.c

    r1da9ee5 r1a5d69e  
    5757void icbd_write(struct icb_session *, char *, ssize_t);
    5858
     59#ifndef bufferevent_setwatermark
     60void bufferevent_setwatermark(struct bufferevent *, short events,
     61    size_t lowmark, size_t highmark);
     62#endif
     63
    5964int
    6065main(int argc, char *argv[])
Note: See TracChangeset for help on using the changeset viewer.