This commit is contained in:
parent
cdfaa35877
commit
9b15c21f13
@ -343,6 +343,10 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\http.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="main.c"
|
RelativePath="main.c"
|
||||||
>
|
>
|
||||||
@ -432,6 +436,10 @@
|
|||||||
RelativePath="ctype.h"
|
RelativePath="ctype.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\http.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="main.h"
|
RelativePath="main.h"
|
||||||
>
|
>
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
#include <ase/utl/http.h>
|
#include <ase/utl/http.h>
|
||||||
#include <ase/utl/ctype.h>
|
#include <ase/utl/ctype.h>
|
||||||
|
#include <ase/cmn/mem.h>
|
||||||
|
|
||||||
static int is_http_space (ase_char_t c)
|
static int is_http_space (ase_char_t c)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user