Whitespace changes in license headers.
[radsecproxy.git] / lib / debug.h
index a8d8632..ed62da1 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See the file COPYING for licensing information.  */
+   See LICENSE for licensing information. */
 
 #define hd(p, l) { int i;              \
     for (i = 1; i <= l; i++) {         \
@@ -13,9 +13,7 @@ extern "C" {
 #endif
 
 struct rs_packet;
-struct rs_attr;
 void rs_dump_packet (const struct rs_packet *pkt);
-void rs_dump_attr (const struct rs_attr *attr);
 int _rs_debug (const char *fmt, ...);
 
 #if defined (DEBUG)