FreeRDP
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
** string_list);
34
WINPR_API
char
** string_list_copy(
const
char
** string_list);
35
WINPR_API
void
string_list_print(FILE* out,
const
char
** 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.1