blob: 2093021b72e00198268091404ba116f4e76a68fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
.TH "event2/tag_compat.h" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
.ad l
.nh
.SH NAME
event2/tag_compat.h \-
.PP
Obsolete/deprecated functions from \fBtag\&.h\fP; provided only for backwards compatibility\&.
.SH SYNOPSIS
.br
.PP
.SS "Macros"
.PP
.RI "\fBMisnamed functions\fP"
.br
.PP
\fBDeprecated\fP
.RS 4
These macros are deprecated because their names don't follow Libevent's naming conventions\&. Use evtag_encode_int and evtag_encode_int64 instead\&.
.RE
.PP
.PP
.in +1c
.in +1c
.ti -1c
.RI "#define \fBencode_int\fP(evbuf, number) \fBevtag_encode_int\fP((evbuf), (number))"
.br
.ti -1c
.RI "#define \fBencode_int64\fP(evbuf, number) evtag_encode_int64((evbuf), (number))"
.br
.in -1c
.in -1c
.SH "Detailed Description"
.PP
Obsolete/deprecated functions from \fBtag\&.h\fP; provided only for backwards compatibility\&.
.SH "Author"
.PP
Generated automatically by Doxygen for libevent from the source code\&.
|