Rename class to "cls" since the first is a keyword name in C++. Thanks,
authorJelmer Vernooij <jelmer@samba.org>
Sun, 2 Nov 2008 03:50:32 +0000 (04:50 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 2 Nov 2008 03:50:32 +0000 (04:50 +0100)
Brad.

lib/util/debug.h

index 632c24fadb9c8604a0a04721693c97ff8d4cae6f..a5962b04bbf75d7a6b68e3b05f0c2840fa391f45 100644 (file)
@@ -83,7 +83,7 @@ enum debug_logtype {DEBUG_STDOUT = 0, DEBUG_FILE = 1, DEBUG_STDERR = 2};
 */
 _PUBLIC_ void dbghdr(int level, const char *location, const char *func);
 
-_PUBLIC_ void dbghdrclass(int level, int class, const char *location, const char *func);
+_PUBLIC_ void dbghdrclass(int level, int cls, const char *location, const char *func);
 
 /**
   reopen the log file (usually called because the log file name might have changed)