blob: cefb649e167db3ccc52af3653c5cf164a3f51049 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.TH "CLEANPATH_READ" "3" "" "" "API"
.SH NAME
cleanpath_read \- Obtain filtered path string
.SH SYNOPSIS
\f[B]#include <cleanpath/cleanpath.h>\f[R]
.PP
\f[B]void cleanpath_read(struct CleanPath *\f[I]path\f[B])\f[R]
.PP
.SH DESCRIPTION
Combine elements not filtered by \f[B]cleanpath_filter(3)\f[R]
.PP
.SH RETURNS
a pointer a filtered path string
.PP
(must be freed by caller)
.PP
.SH CONFORMING TO
C99
.PP
.SH SEE ALSO
\f[B]cleanpath_init(3)\f[R],
\f[B]cleanpath_filter(3)\f[R],
\f[B]cleanpath_free(3)\f[R]
.PP
|