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,14 @@
|
||||
#ifndef HTTP_STUFF_H
|
||||
#define HTTP_STUFF_H
|
||||
|
||||
/**
|
||||
* http_stuff.h
|
||||
*
|
||||
* Header file for http_stuff.c
|
||||
*
|
||||
* The http structs and enums are defined here
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user