From 23dfea91ef5e921da0b09d91004436a7d8715c42 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 13 Sep 2010 17:27:40 +0200 Subject: First stab at a working blocking example. --- lib/examples/blocking.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/examples/blocking.h (limited to 'lib/examples/blocking.h') diff --git a/lib/examples/blocking.h b/lib/examples/blocking.h new file mode 100644 index 0000000..04a07a8 --- /dev/null +++ b/lib/examples/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