summaryrefslogblamecommitdiffstats
path: root/client.h
blob: 64f0171650b590d7ae8cd883aea89e56b5d5ca64 (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);

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

#endif