Moved debug.[ch] to utils folder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:51 +02:00
parent d5c143e5be
commit f05b427265
306 changed files with 445 additions and 443 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
#include <pen/pen.h>
#include <debug.h>
#include <utils/debug.h>
typedef struct private_ita_attr_command_t private_ita_attr_command_t;
@@ -100,7 +100,7 @@ METHOD(pa_tnc_attr_t, process, status_t,
memcpy(this->command, this->value.ptr, this->value.len);
this->command[this->value.len] = '\0';
return SUCCESS;
return SUCCESS;
}
METHOD(pa_tnc_attr_t, get_ref, pa_tnc_attr_t*,