FreeRDP
libfreerdp/core/streamdump.h
1
22
#ifndef FREERDP_STREAMDUMP_INTERNAL
23
#define FREERDP_STREAMDUMP_INTERNAL
24
25
#include <freerdp/api.h>
26
#include <winpr/wtypes.h>
27
#include <winpr/stream.h>
28
29
#if !defined(BUILD_TESTING_INTERNAL)
30
static
31
#else
32
FREERDP_LOCAL
33
#endif
34
BOOL
35
stream_dump_read_line(FILE* fp,
wStream
* s, UINT64* pts,
size_t
* pOffset, UINT32* flags);
36
37
#if !defined(BUILD_TESTING_INTERNAL)
38
static
39
#else
40
FREERDP_LOCAL
41
#endif
42
BOOL
43
stream_dump_write_line(FILE* fp, UINT32 flags,
wStream
* s);
44
45
#endif
wStream
Definition:
include/winpr/stream.h:40
libfreerdp
core
streamdump.h
Generated by
1.9.1