21 #ifndef FREERDP_SERVER_SAMPLE_SF_AINPUT_H
22 #define FREERDP_SERVER_SAMPLE_SF_AINPUT_H
24 #include <freerdp/freerdp.h>
25 #include <freerdp/listener.h>
26 #include <freerdp/server/ainput.h>
30 void sf_peer_ainput_init(testPeerContext* context);
31 void sf_peer_ainput_uninit(testPeerContext* context);
33 BOOL sf_peer_ainput_running(testPeerContext* context);
34 BOOL sf_peer_ainput_start(testPeerContext* context);
35 BOOL sf_peer_ainput_stop(testPeerContext* context);