The current declaration is:int bufferevent_write(struct bufferevent *bufev, void *data, size_t size);
Within bufferevent_write(), 'data' is only used in a call to evbuffer_add() where the argument is const.
Scott. -- Scott Kevill GameRanger Technologies http://www.GameRanger.com multiplayer online gaming services _______________________________________________ Libevent-users mailing list [email protected] http://monkey.org/mailman/listinfo/libevent-users
