Rename E_INF to E_INFO

This commit is contained in:
Julien BLACHE
2009-05-08 17:52:56 +02:00
parent b6f23a8273
commit d384f3c395
8 changed files with 20 additions and 23 deletions

View File

@@ -28,9 +28,6 @@
#define E_DBG 4
#define E_SPAM 5
/* Will go away */
#define E_INF E_INFO
void
DPRINTF(int severity, int domain, char *fmt, ...);