Move lib to the root.
[radsecproxy.git] / compat.h
diff --git a/compat.h b/compat.h
new file mode 100644 (file)
index 0000000..d3083e9
--- /dev/null
+++ b/compat.h
@@ -0,0 +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);