client-c  0.8.1
ext_key_utils.h
Go to the documentation of this file.
1 
22 #ifndef EXT_KEY_UTILS_H_
23 #define EXT_KEY_UTILS_H_
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 
38 void ext_get_endpoint_public_key(char **buffer, size_t *buffer_size, bool *needs_deallocation);
39 
40 #ifdef __cplusplus
41 } /* extern "C" */
42 #endif
43 
44 #endif /* EXT_KEY_UTILS_H_ */
void ext_get_endpoint_public_key(char **buffer, size_t *buffer_size, bool *needs_deallocation)
Called to get the endpoint public key.