OpenBSD now ships with bufferevent_setwatermark prototype defined
This commit is contained in:
parent
c8c9ccfb43
commit
0b802fa46d
4
icbd.c
4
icbd.c
@ -59,10 +59,6 @@ void icbd_grplist(char *);
|
|||||||
void icbd_restrict(void);
|
void icbd_restrict(void);
|
||||||
void icbd_write(struct icb_session *, char *, ssize_t);
|
void icbd_write(struct icb_session *, char *, ssize_t);
|
||||||
|
|
||||||
/* event.h as it's shipped with OpenBSD doesn't include this prototype */
|
|
||||||
void bufferevent_setwatermark(struct bufferevent *, short events,
|
|
||||||
size_t lowmark, size_t highmark);
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user