FreeRDP
Loading...
Searching...
No Matches
channels/echo.h
1
21#ifndef FREERDP_CHANNEL_ECHO_H
22#define FREERDP_CHANNEL_ECHO_H
23
24#include <freerdp/api.h>
25#include <freerdp/dvc.h>
26#include <freerdp/types.h>
27
32#define ECHO_CHANNEL_NAME "echo"
33#define ECHO_DVC_CHANNEL_NAME "ECHO"
34
35#ifdef __cplusplus
36extern "C"
37{
38#endif
39#ifdef __cplusplus
40}
41#endif
42#endif /* FREERDP_CHANNEL_ECHO_H */