xref: /netbsd-src/external/bsd/libevent/man/tag_compat.h.3 (revision 9680fea15a0d9c3cf00fb75fbaca8bc5a2961559)
"event2/tag_compat.h" 3 "Tue Jan 31 2017" "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.