731c0718d8ddf3f7b75c9ef730432185e45b5e40
[radsecproxy.git] / lib / compat.c
1 #include <sys/types.h>
2 #include <sys/socket.h>
3
4 ssize_t
5 compat_send (int sockfd, const void *buf, size_t len, int flags)
6 {
7   compat_send (int sockfd, const void *buf, size_t len, int flags);
8 }