summaryrefslogblamecommitdiffstats
path: root/client.h
blob: 9a19439114899fad20aa9699b98bafad5b83dc71 (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                         
                                                                                          

      
#ifndef _CLIENT_H_
#define _CLIENT_H_

#include "types.h"

void client_callback(void *data, int haveIn, int haveOut, int doCleanup);

BOOL client_send(epoll_client_t *client, const char *buffer, size_t len, const BOOL cork);

#endif