diff options
| author | erdgeist <> | 2009-01-15 23:01:36 +0000 |
|---|---|---|
| committer | erdgeist <> | 2009-01-15 23:01:36 +0000 |
| commit | 66c906d5d3c100e5fe1e6f088bd1ea17c5831894 (patch) | |
| tree | 33eb4f386d14327277689e66143d5e607b3eef98 /ot_clean.c | |
| parent | 4ced0484abae55546e04954b3dafad46f9db348a (diff) | |
Add comments, rename our struct http_data h to cookie, all clientsockets to sock, all size_t from socket_recvs to byte_count. Make signal handler set default handler for the second SIGINT
Diffstat (limited to 'ot_clean.c')
| -rw-r--r-- | ot_clean.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -6,6 +6,7 @@ | |||
| 6 | /* System */ | 6 | /* System */ |
| 7 | #include <pthread.h> | 7 | #include <pthread.h> |
| 8 | #include <unistd.h> | 8 | #include <unistd.h> |
| 9 | #include <string.h> | ||
| 9 | 10 | ||
| 10 | /* Libowfat */ | 11 | /* Libowfat */ |
| 11 | #include "io.h" | 12 | #include "io.h" |
