56796e233ad003aa28a01be73a7b1c0bb6df9354
[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