FreeRDP
Loading...
Searching...
No Matches
childsession.h
1
20#ifndef FREERDP_LIB_CORE_CHILDSESSION_H
21#define FREERDP_LIB_CORE_CHILDSESSION_H
22
23#include <openssl/bio.h>
24
25FREERDP_LOCAL BIO* createChildSessionBio(void);
26
27#endif /* FREERDP_LIB_CORE_CHILDSESSION_H */