src/server/safs/common.h

changeset 161
aadda87bad1b
parent 154
6394ce09889a
child 162
b169992137a8
equal deleted inserted replaced
160:389bd0e1ffa9 161:aadda87bad1b
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 void common_saf_init();
39
40 int print_message(pblock *pb, Session *sn, Request *rq); 38 int print_message(pblock *pb, Session *sn, Request *rq);
41
42 int set_variable(pblock *pb, Session *sn, Request *rq);
43 39
44 40
45 #ifdef __cplusplus 41 #ifdef __cplusplus
46 } 42 }
47 #endif 43 #endif

mercurial