mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 12:05:25 +00:00
add client handler file and code
This commit is contained in:
11
client_handler.h
Normal file
11
client_handler.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef CLIENT_HANDLER_H
|
||||
#define CLIENT_HANDLER_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
void* client_handler(void* args);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user