summaryrefslogtreecommitdiff
path: root/other/fizzbounce/relay.h
blob: a99fa943029def2fb0f4e81d034d54b8567d8a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef	FIZZ_RELAY_H
#define	FIZZ_RELAY_H
#include "client.h"

void	rly_client (client *cl);
int	rly_clparse (client *cl, char *buffer, int buflen);
int	rly_srvparse (client *cl, char *buffer, int buflen);
int	rly_rb (int fd, char *buffer, int buflen);


#endif