Order functions properly in conn.c.
[radsecproxy.git] / lib / compat.h
index 202d6dd..f132779 100644 (file)
@@ -1 +1,5 @@
+/* Copyright 2011 NORDUnet A/S. All rights reserved.
+   See LICENSE for licensing information.  */
+
 ssize_t compat_send (int sockfd, const void *buf, size_t len, int flags);
+ssize_t compat_recv (int sockfd, void *buf, size_t len, int flags);