Subversion Repositories Tewi

Rev

Rev 43 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 140
Line 1... Line 1...
1
/* $Id: tw_http.h 43 2024-09-18 09:19:03Z nishi $ */
1
/* $Id: tw_http.h 140 2024-09-23 11:31:18Z nishi $ */
2
 
2
 
3
#ifndef __TW_HTTP_H__
3
#ifndef __TW_HTTP_H__
4
#define __TW_HTTP_H__
4
#define __TW_HTTP_H__
5
 
5
 
-
 
6
#ifdef __cplusplus
-
 
7
extern "C" {
-
 
8
#endif
-
 
9
 
6
#include <stdbool.h>
10
#include <stdbool.h>
7
 
11
 
8
#include "../config.h"
12
#include "../config.h"
9
 
13
 
10
struct tw_http_request {
14
struct tw_http_request {
Line 32... Line 36...
32
#else
36
#else
33
int tw_http_parse(void* ssl, int sock, struct tw_http_request* req);
37
int tw_http_parse(void* ssl, int sock, struct tw_http_request* req);
34
#endif
38
#endif
35
#endif
39
#endif
36
 
40
 
-
 
41
#ifdef __cplusplus
-
 
42
}
-
 
43
#endif
-
 
44
 
37
#endif
45
#endif