Move .gitignore to lib/ in preparation for moving lib to the root.
[libradsec.git] / examples / blocking.h
1 #include "libradsec-base.h"
2
3 struct rs_packet *next_packet (const struct rs_handle *ctx, int fd);
4 int send_packet (const struct rs_handle *ctx, int fd, struct rs_packet *p);