20 #ifndef FREERDP_LIB_CORE_HEARTBEET_H
21 #define FREERDP_LIB_CORE_HEARTBEET_H
25 #include <freerdp/heartbeat.h>
26 #include <freerdp/freerdp.h>
27 #include <freerdp/log.h>
28 #include <freerdp/api.h>
30 #include <winpr/stream.h>
34 FREERDP_LOCAL state_run_t rdp_recv_heartbeat_packet(rdpRdp* rdp,
wStream* s);
36 FREERDP_LOCAL
void heartbeat_free(rdpHeartbeat* heartbeat);
38 WINPR_ATTR_MALLOC(heartbeat_free, 1)
39 FREERDP_LOCAL rdpHeartbeat* heartbeat_new(
void);
41 #define HEARTBEAT_TAG FREERDP_TAG("core.heartbeat")