mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
add file comments
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#ifndef CLIENT_HANDLER_H
|
||||
#define CLIENT_HANDLER_H
|
||||
|
||||
/**
|
||||
* Header file for client_handler.c
|
||||
*
|
||||
* Nothing special here
|
||||
*/
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <pthread.h>
|
||||
|
||||
Reference in New Issue
Block a user