summaryrefslogtreecommitdiff
path: root/test/regress_ws.h
blob: c1f5518ecb55d3f228d541e30a8d35b21bfcb79a (plain)
1
2
3
4
5
6
7
#ifndef REGRESS_WS_H
#define REGRESS_WS_H

void http_on_ws_cb(struct evhttp_request *req, void *arg);
void http_ws_test(void *arg);

#endif /* REGRESS_WS_H */