src/server/safs/proxy.h

changeset 669
ccdc97fd8204
parent 662
70fdf948b642
equal deleted inserted replaced
668:0a7d1e9ca6b8 669:ccdc97fd8204
28 28
29 #ifndef SAF_PROXY_H 29 #ifndef SAF_PROXY_H
30 #define SAF_PROXY_H 30 #define SAF_PROXY_H
31 31
32 #include "../public/nsapi.h" 32 #include "../public/nsapi.h"
33 #include <cx/test.h>
33 34
34 #ifdef __cplusplus 35 #ifdef __cplusplus
35 extern "C" { 36 extern "C" {
36 #endif 37 #endif
38
39 int http_reverse_proxy_service(pblock *param, Session *sn, Request *rq);
37 40
38 int http_reverse_proxy_service(pblock *param, Session *sn, Request *rq); 41
42 void http_reverse_proxy_add_tests(CxTestSuite *suite);
39 43
40 44
41 #ifdef __cplusplus 45 #ifdef __cplusplus
42 } 46 }
43 #endif 47 #endif

mercurial