blob: 3505aaeea0999289fb0a45a87bc6bec9517ff639 (
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
|
.TH "evbuffer" 3 "Tue Jan 31 2017" "libevent" \" -*- nroff -*-
.ad l
.nh
.SH NAME
evbuffer \- An evbuffer is an opaque data type for efficiently buffering data to be sent or received on the network\&.
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <buffer\&.h>\fP
.SH "Detailed Description"
.PP
An evbuffer is an opaque data type for efficiently buffering data to be sent or received on the network\&.
.PP
\fBSee also:\fP
.RS 4
\fBevent2/event\&.h\fP for more information
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for libevent from the source code\&.
|