mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
8 lines
159 B
C
8 lines
159 B
C
|
#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 */
|