Stop rs_request_send() from leaking RSE_TIMEOUT_CONN and RSE_TIMEOUT_IO.
[libradsec.git] / lib / compat.h
1 /* Copyright 2011 NORDUnet A/S. All rights reserved.
2    See LICENSE for licensing information. */
3
4 ssize_t compat_send (int sockfd, const void *buf, size_t len, int flags);
5 ssize_t compat_recv (int sockfd, void *buf, size_t len, int flags);