diff options
Diffstat (limited to 'lib/examples/blocking.h')
-rw-r--r-- | lib/examples/blocking.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |