20#ifndef FREERDP_CLIENT_ANDROID_CLIPRDR_H
21#define FREERDP_CLIENT_ANDROID_CLIPRDR_H
23#include <freerdp/client/cliprdr.h>
24#include <freerdp/api.h>
26#include "android_freerdp.h"
28FREERDP_LOCAL UINT android_cliprdr_send_client_format_list(CliprdrClientContext* cliprdr);
30FREERDP_LOCAL BOOL android_cliprdr_init(
androidContext* afc, CliprdrClientContext* cliprdr);
31FREERDP_LOCAL BOOL android_cliprdr_uninit(
androidContext* afc, CliprdrClientContext* cliprdr);