From 8455dc9801730e599510c92cdb3e05da351aa7a5 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 3 Sep 2010 00:58:55 +0200 Subject: Low level connect and read working, kind of. At least TCP. Next: serializing. --- lib/blocking.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/blocking.h (limited to 'lib/blocking.h') diff --git a/lib/blocking.h b/lib/blocking.h new file mode 100644 index 0000000..04a07a8 --- /dev/null +++ b/lib/blocking.h @@ -0,0 +1,4 @@ +#include "libradsec-base.h" + +struct rs_packet *next_packet (const struct rs_config *ctx, int fd); +int send_packet (const struct rs_config *ctx, int fd, struct rs_packet *p); -- cgit v1.1