Connection events are handled by hooks
[cascardo/rnetproxy.git] / proto_detect.h
1 #ifndef PROTO_DETECT_H
2 #define PROTO_DETECT_H
3
4 #include <gnet.h>
5 #include "nethook.h"
6
7 net_hook_t* proto_detect_new (GConn *conn);
8 void proto_detect_destroy (net_hook_t*);
9
10 #endif