FreeRDP
Loading...
Searching...
No Matches
android_cliprdr.h
1
20#ifndef FREERDP_CLIENT_ANDROID_CLIPRDR_H
21#define FREERDP_CLIENT_ANDROID_CLIPRDR_H
22
23#include <freerdp/client/cliprdr.h>
24#include <freerdp/api.h>
25
26#include "android_freerdp.h"
27
28FREERDP_LOCAL UINT android_cliprdr_send_client_format_list(CliprdrClientContext* cliprdr);
29
30FREERDP_LOCAL BOOL android_cliprdr_init(androidContext* afc, CliprdrClientContext* cliprdr);
31FREERDP_LOCAL BOOL android_cliprdr_uninit(androidContext* afc, CliprdrClientContext* cliprdr);
32
33#endif /* FREERDP_CLIENT_ANDROID_CLIPRDR_H */