diff options
Diffstat (limited to 'lib/blocking.h')
-rw-r--r-- | lib/blocking.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/blocking.h b/lib/blocking.h deleted file mode 100644 index 04a07a8..0000000 --- a/lib/blocking.h +++ /dev/null @@ -1,4 +0,0 @@ -#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); |