FreeRDP
Loading...
Searching...
No Matches
wf_cliprdr.h
1
19#ifndef FREERDP_CLIENT_WIN_CLIPRDR_H
20#define FREERDP_CLIENT_WIN_CLIPRDR_H
21
22#include "wf_client.h"
23
24BOOL wf_cliprdr_init(wfContext* wfc, CliprdrClientContext* cliprdr);
25BOOL wf_cliprdr_uninit(wfContext* wfc, CliprdrClientContext* cliprdr);
26
27#endif /* FREERDP_CLIENT_WIN_CLIPRDR_H */