X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=null.h;h=e48a5eb4fa6c0a1d41f6b89a074536c06b1e8435;hb=b7dc018999a689010314c3847576cef772fd1d16;hp=0f463f53e845b4f353161ee489871513558635e9;hpb=b7a69d807a1fb39c27d4ffc397d7a526ae43c0f6;p=cascardo%2Frnetproxy.git diff --git a/null.h b/null.h index 0f463f5..e48a5eb 100644 --- a/null.h +++ b/null.h @@ -20,10 +20,10 @@ #ifndef NULL_H #define NULL_H -#include #include "nethook.h" +#include "hcconn.h" -net_hook_t* null_hook_new (GConn*, char*); +net_hook_t* null_hook_new (HCConn*, char*); void null_destroy (net_hook_t*); #endif