X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=lib%2Fdebug.h;h=c319085b529a367e9f977f619ac4e2279cd1a3fb;hb=937144b230752ac640e611cabb57387f613997bc;hp=a8d8632a4e69d7eea83ae65698b9f5fa0683dcbe;hpb=5c60297a1eaab7b10d6f584ba329493a41b812d0;p=libradsec.git diff --git a/lib/debug.h b/lib/debug.h index a8d8632..c319085 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -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)