FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
strlst.h
1
19
#ifndef WINPR_UTILS_STRLST_H
20
#define WINPR_UTILS_STRLST_H
21
22
#include <stdio.h>
23
24
#include <winpr/winpr.h>
25
#include <winpr/wtypes.h>
26
27
#ifdef __cplusplus
28
extern
"C"
29
{
30
#endif
31
32
WINPR_API
void
string_list_free(
char
** string_list);
33
WINPR_API
int
string_list_length(
const
char
*
const
* string_list);
34
WINPR_API
char
** string_list_copy(
const
char
*
const
* string_list);
35
WINPR_API
void
string_list_print(FILE* out,
const
char
*
const
* string_list);
36
37
#ifdef __cplusplus
38
}
39
#endif
40
41
#endif
/* WINPR_UTILS_STRLST_H */
winpr
include
winpr
strlst.h
Generated by
1.9.8