FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
nsc_encode.h
1
22#ifndef FREERDP_LIB_CODEC_NSC_ENCODE_H
23#define FREERDP_LIB_CODEC_NSC_ENCODE_H
24
25#include <freerdp/api.h>
26
27FREERDP_LOCAL BOOL nsc_encode(NSC_CONTEXT* WINPR_RESTRICT context,
28 const BYTE* WINPR_RESTRICT bmpdata, UINT32 rowstride);
29
30#endif /* FREERDP_LIB_CODEC_NSC_ENCODE_H */