diff options
Diffstat (limited to 'other/fizzbounce/relay.h')
| -rw-r--r-- | other/fizzbounce/relay.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/other/fizzbounce/relay.h b/other/fizzbounce/relay.h new file mode 100644 index 0000000..a99fa94 --- /dev/null +++ b/other/fizzbounce/relay.h | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #ifndef FIZZ_RELAY_H | ||
| 2 | #define FIZZ_RELAY_H | ||
| 3 | #include "client.h" | ||
| 4 | |||
| 5 | void rly_client (client *cl); | ||
| 6 | int rly_clparse (client *cl, char *buffer, int buflen); | ||
| 7 | int rly_srvparse (client *cl, char *buffer, int buflen); | ||
| 8 | int rly_rb (int fd, char *buffer, int buflen); | ||
| 9 | |||
| 10 | |||
| 11 | #endif | ||
| 12 | |||
