Add formal argument 'secret' to two public functions.
[radsecproxy.git] / lib / compat.h
index 50ae22e..125f651 100644 (file)
@@ -2,3 +2,4 @@
    See the file COPYING 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);