Move lib to the root.
[libradsec.git] / examples / blocking.h
diff --git a/examples/blocking.h b/examples/blocking.h
new file mode 100644 (file)
index 0000000..f91e6be
--- /dev/null
@@ -0,0 +1,4 @@
+#include "libradsec-base.h"
+
+struct rs_packet *next_packet (const struct rs_handle *ctx, int fd);
+int send_packet (const struct rs_handle *ctx, int fd, struct rs_packet *p);