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

14 lines
183 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 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_ */