diff options
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,6 +48,7 @@ | |||
48 | #include <arpa/inet.h> | 48 | #include <arpa/inet.h> |
49 | #include <fcntl.h> | 49 | #include <fcntl.h> |
50 | #include <sys/stat.h> | 50 | #include <sys/stat.h> |
51 | #include <syslog.h> | ||
51 | // #include <pthread.h> // maybe later | 52 | // #include <pthread.h> // maybe later |
52 | // }}} | 53 | // }}} |
53 | 54 | ||
@@ -83,4 +84,4 @@ void next_part(Http_Header * http_header, const char * content, size_t content_s | |||
83 | void send_answer(Http_Header * http_header, int fd_socket); | 84 | void send_answer(Http_Header * http_header, int fd_socket); |
84 | void parse_http(size_t new_socket, char * request, size_t request_length); | 85 | void parse_http(size_t new_socket, char * request, size_t request_length); |
85 | 86 | ||
86 | // modeline for vim: shiftwidth=2 tabstop=2 number foldmethod=marker | 87 | // modeline for vim: shiftwidth=2 tabstop=2 number foldmethod=marker foldenable |