dca_interface  6.3.4
dca_callbacks.h
Go to the documentation of this file.
1 /* IBM Source Code */
2 /* (C) Copyright IBM Corp. 2009, 2012 */
3 /* Licensed Materials - Property of IBM */
4 /* US Government Users Restricted Rights - Use duplication or disclosure restricted by GSA Schedule Contract with IBM Corp. */
5 
6 #ifndef DCA_CALLBACKS_H
7 #define DCA_CALLBACKS_H
8 
22 namespace dca {
44  void InitCUrl();
53  void DeinitCUrl();
54 
79 
80 }
81 
82 #endif
void InitCUrl()
Initializes libcurl. Do not use any DCA function before initializing libcurl.
void SetOpenSslCallbacks()
Initializes the required callbacks for OpenSSL when using HTTPS or SSL connections in a multi-threade...
void UnsetOpenSslCallbacks()
Unsets the openssl callbacks. Do not call any DCA function after you have called this function.
void DeinitCUrl()
Deinitializes libcurl. Do not call any DCA function after you have called this function.