.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "NE_SET_REQUEST_" 3 "20 January 2006" "neon 0.25.5" "neon API reference"
.SH NAME
ne_set_request_body_buffer, ne_set_request_body_fd \- include a message body with a request
.SH "SYNOPSIS"
.ad l
.hy 0

#include <ne_request\&.h>
.sp
.HP 33
void\ \fBne_set_request_body_buffer\fR\ (ne_request\ *\fIreq\fR, const\ char\ *\fIbuf\fR, size_t\ \fIcount\fR);
.ad
.hy

.SH "DESCRIPTION"

.PP
The \fBne_set_request_body_buffer\fR function specifies that a message body should be included with the body, which is stored in the \fIcount\fR bytes buffer \fIbuf\fR\&.

.SH "SEE ALSO"

.PP
\fBne_request_create\fR(3)

.SH AUTHOR
Joe Orton <neon@webdav\&.org>.
