File: ixp_srv_data2cstring.3

package info (click to toggle)
libixp 0.6~20121202%2Bhg148-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 988 kB
  • sloc: ansic: 4,908; sh: 142; perl: 121; makefile: 111
file content (30 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
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
.TH "IXP_SRV_DATA2CSTRING" 3 "2012 Dec" "libixp Manual"


.SH NAME

.P
ixp_srv_data2cstring

.SH SYNOPSIS

.nf
#include <ixp_srvutil.h>

void ixp_srv_data2cstring(Ixp9Req *req);
.fi


.SH DESCRIPTION

.P
Ensure that the data member of \fIreq\fR is null terminated,
removing any new line from its end.

.SH SEE ALSO

.P
Ixp9Req(3)

.\" man code generated by txt2tags 2.6 (http://txt2tags.org)
.\" cmdline: txt2tags -o- ixp_srv_data2cstring.man3