Changeset View
Changeset View
Standalone View
Standalone View
b/src/g10lib.h
| Context not available. | |||||
| /*-- src/global.c -*/ | /*-- src/global.c -*/ | ||||
| int _gcry_global_is_operational (void); | int _gcry_global_is_operational (void); | ||||
| gcry_error_t _gcry_vcontrol (enum gcry_ctl_cmds cmd, va_list arg_ptr); | gcry_err_code_t _gcry_vcontrol (enum gcry_ctl_cmds cmd, va_list arg_ptr); | ||||
| void _gcry_check_heap (const void *a); | void _gcry_check_heap (const void *a); | ||||
| int _gcry_get_debug_flag (unsigned int mask); | int _gcry_get_debug_flag (unsigned int mask); | ||||
| Context not available. | |||||