breaking http-svr.c to multiple files

This commit is contained in:
2020-05-25 08:04:30 +00:00
parent 8178d44ec0
commit b112280225
28 changed files with 1384 additions and 1256 deletions

View File

@ -25,8 +25,8 @@
*/
#include "mio-prv.h"
#include "mio-fmt.h"
#include <stdlib.h>
#include <mio-fmt.h>
#include <stdlib.h> /* malloc, free, etc */
#define DEV_CAP_ALL_WATCHED (MIO_DEV_CAP_IN_WATCHED | MIO_DEV_CAP_OUT_WATCHED | MIO_DEV_CAP_PRI_WATCHED)