libthrd.h 266 Bytes
#ifndef __LIBTHRD_H__
#define __LIBTHRD_H__

#include "http.h"

typedef struct{int socket; struct interface_info* interfaces[20];} Arg_Thread;

void* reponseConnexion(void* arg_sock_interf);

int lanceThread(void(* fonction) (void *), void* arg, int size);


#endif