Implement server port support and update copyright year and style.
[cascardo/rnetproxy.git] / null.h
diff --git a/null.h b/null.h
index e48a5eb..df848a8 100644 (file)
--- a/null.h
+++ b/null.h
@@ -1,5 +1,6 @@
 /*
 ** Copyright (C) 2006 Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org>
+** Copyright (C) 2009 Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
 **  
 ** 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