diff options
author | Linus Nordberg <linus@nordu.net> | 2010-09-15 00:49:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-09-15 00:49:54 +0200 |
commit | 2c5c0696e3b1ebd25c8ba6615187edc02b96da4b (patch) | |
tree | 122abf4042c59b842d2325bffba4386377fe2b06 /lib/examples/blocking.h | |
parent | c0b178a6ed8d0f539aabf3548ac620bde37db905 (diff) |
Rename rs_config to rs_handle.
A configuration will be something else.
Diffstat (limited to 'lib/examples/blocking.h')
-rw-r--r-- | lib/examples/blocking.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/examples/blocking.h b/lib/examples/blocking.h index 04a07a8..f91e6be 100644 --- a/lib/examples/blocking.h +++ b/lib/examples/blocking.h @@ -1,4 +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); +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); |