CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2010/05/31 14:56:42
Modified files: lib/libevent : event.h Log message: Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These names invite conflicts, they are rarely used, can trivially be replaced by evtimer_*, and are deprecated and removed from event.h in later libevent versions. ok guenther deraadt