src/server/service.h

changeset 12
34aa8001ea53
parent 10
e3ae779232a9
equal deleted inserted replaced
11:24d804a2799f 12:34aa8001ea53
37 37
38 int send_file(pblock *pb, Session *sn, Request *rq); 38 int send_file(pblock *pb, Session *sn, Request *rq);
39 39
40 int service_hello(pblock *pb, Session *sn, Request *rq); 40 int service_hello(pblock *pb, Session *sn, Request *rq);
41 41
42 int service_index(pblock *pb, Session *sn, Request *rq);
42 43
43 #ifdef __cplusplus 44 #ifdef __cplusplus
44 } 45 }
45 #endif 46 #endif
46 47

mercurial