summaryrefslogtreecommitdiff
path: root/other/fizzbounce/relay.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/fizzbounce/relay.h')
-rw-r--r--other/fizzbounce/relay.h12
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
5void rly_client (client *cl);
6int rly_clparse (client *cl, char *buffer, int buflen);
7int rly_srvparse (client *cl, char *buffer, int buflen);
8int rly_rb (int fd, char *buffer, int buflen);
9
10
11#endif
12