xref: /minix3/external/bsd/libevent/man/tag_compat.h.3 (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
"event2/tag_compat.h" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
NAME
event2/tag_compat.h -

Obsolete/deprecated functions from tag.h; provided only for backwards compatibility.

SYNOPSIS

"Macros"

"Misnamed functions"

Deprecated

These macros are deprecated because their names don't follow Libevent's naming conventions. Use evtag_encode_int and evtag_encode_int64 instead.

"#define encode_int(evbuf, number) evtag_encode_int((evbuf), (number))"

"#define encode_int64(evbuf, number) evtag_encode_int64((evbuf), (number))"

"Detailed Description"

Obsolete/deprecated functions from tag.h; provided only for backwards compatibility.

"Author"

Generated automatically by Doxygen for libevent from the source code.