src/server/safs/service.h

changeset 127
84e206063b64
parent 104
a8acbb12f27c
child 172
5580517faafc
equal deleted inserted replaced
126:631aaa01b2b5 127:84e206063b64
45 45
46 46
47 int send_file(pblock *pb, Session *sn, Request *rq); 47 int send_file(pblock *pb, Session *sn, Request *rq);
48 48
49 int service_hello(pblock *pb, Session *sn, Request *rq); 49 int service_hello(pblock *pb, Session *sn, Request *rq);
50 int service_ws_hello(pblock *pb, Session *sn, Request *rq);
50 51
51 int service_index(pblock *pb, Session *sn, Request *rq); 52 int service_index(pblock *pb, Session *sn, Request *rq);
52 53
53 int send_options(pblock *pb, Session *sn, Request *rq); 54 int send_options(pblock *pb, Session *sn, Request *rq);
54 55

mercurial