X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=null.h;h=df848a80ef4be49574a24b3a3114ac9330bb5906;hb=1516afb0ad6c38be922c304d2d002161cfeb8b7a;hp=e48a5eb4fa6c0a1d41f6b89a074536c06b1e8435;hpb=b7dc018999a689010314c3847576cef772fd1d16;p=cascardo%2Frnetproxy.git diff --git a/null.h b/null.h index e48a5eb..df848a8 100644 --- a/null.h +++ b/null.h @@ -1,5 +1,6 @@ /* ** Copyright (C) 2006 Thadeu Lima de Souza Cascardo +** Copyright (C) 2009 Thadeu Lima de Souza Cascardo ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -23,7 +24,7 @@ #include "nethook.h" #include "hcconn.h" -net_hook_t* null_hook_new (HCConn*, char*); -void null_destroy (net_hook_t*); +net_hook_t * null_hook_new (HCConn *, char *, char *); +void null_destroy (net_hook_t *); #endif