Vanilla.PDF  2.2.0
Cross-platform toolkit for creating and modifying PDF documents
c_misc_utils.h
Go to the documentation of this file.
1#ifndef _C_MISC_UTILS_H
2#define _C_MISC_UTILS_H
3
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
27 VANILLAPDF_API error_type CALLING_CONVENTION MiscUtils_InitializeOpenSSL();
28
30 VANILLAPDF_API error_type CALLING_CONVENTION MiscUtils_CleanupOpenSSL();
31
34#ifdef __cplusplus
35};
36#endif
37
38#endif /* _C_MISC_UTILS_H */
This file contains macro declarations for importing and exporting symbols from library boundaries.
This file contains types and constants used as parameters or return values.
error_type CALLING_CONVENTION MiscUtils_CleanupOpenSSL()
Cleanup OpenSSL providers and algorithms.
error_type CALLING_CONVENTION MiscUtils_InitializeOpenSSL()
Initialize OpenSSL providers and algorithms.
uint32_t error_type
This is return value type of all API functions.
Definition c_types.h:25