GUI-FreeRDP/freerdp/client/X11/cli/xrdp.h

14 lines
183 B
C
Raw Permalink Normal View History

/*
* xrdp.h
*
* Created on: 15 июл. 2022 г.
* Author: alexander
*/
#ifndef XRDP_H_
#define XRDP_H_
int free_rdp_connect(int argc, char **argv);
#endif /* XRDP_H_ */