comparison scid/http.c @ 27:dae2de19ca5d

misc: switch to JSON everywhere
author David Demelier <markand@malikania.fr>
date Wed, 03 Aug 2022 15:18:09 +0200
parents 7e10cace67a3
children 695637f1d8a7
comparison
equal deleted inserted replaced
26:7e10cace67a3 27:dae2de19ca5d
17 */ 17 */
18 18
19 #include <sys/types.h> 19 #include <sys/types.h>
20 #include <assert.h> 20 #include <assert.h>
21 #include <stdarg.h> 21 #include <stdarg.h>
22 #include <stdint.h>
23 #include <stdio.h>
22 #include <stdlib.h> 24 #include <stdlib.h>
23 #include <stdio.h>
24 #include <string.h> 25 #include <string.h>
25 26
26 #include <kcgi.h> 27 #include <kcgi.h>
27 28
28 #include "http.h" 29 #include "http.h"