File size: 194 Bytes
fd49381 | 1 2 3 4 5 6 7 8 9 10 11 | #ifndef XMLRPC_OPENSS_THREAD_H_INCLUDED
#define XMLRPC_OPENSS_THREAD_H_INCLUDED
void
xmlrpc_openssl_thread_setup(const char ** const errorP);
void
xmlrpc_openssl_thread_cleanup(void);
#endif
|
fd49381 | 1 2 3 4 5 6 7 8 9 10 11 | #ifndef XMLRPC_OPENSS_THREAD_H_INCLUDED
#define XMLRPC_OPENSS_THREAD_H_INCLUDED
void
xmlrpc_openssl_thread_setup(const char ** const errorP);
void
xmlrpc_openssl_thread_cleanup(void);
#endif
|