Changeset View
Changeset View
Standalone View
Standalone View
src/assuan.h.in
| Context not available. | |||||
| int assuan_sock_get_nonce (struct sockaddr *addr, int addrlen, | int assuan_sock_get_nonce (struct sockaddr *addr, int addrlen, | ||||
| assuan_sock_nonce_t *nonce); | assuan_sock_nonce_t *nonce); | ||||
| int assuan_sock_check_nonce (assuan_fd_t fd, assuan_sock_nonce_t *nonce); | int assuan_sock_check_nonce (assuan_fd_t fd, assuan_sock_nonce_t *nonce); | ||||
| void assuan_sock_set_system_hooks (assuan_system_hooks_t system_hooks); | |||||
| ␌ | ␌ | ||||
| /* Set the default or per context system callbacks. This is | /* Set the default or per context system callbacks. This is | ||||
| Context not available. | |||||