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>
30void sf_peer_ainput_init(testPeerContext* context);
31void sf_peer_ainput_uninit(testPeerContext* context);
33BOOL sf_peer_ainput_running(testPeerContext* context);
34BOOL sf_peer_ainput_start(testPeerContext* context);
35BOOL sf_peer_ainput_stop(testPeerContext* context);