From: Jelmer Vernooij Date: Sun, 2 Nov 2008 03:50:32 +0000 (+0100) Subject: Rename class to "cls" since the first is a keyword name in C++. Thanks, X-Git-Tag: samba-4.0.0alpha6~545 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29177203e5da4cb42e0c5bc2f2981d6cffbe042c;p=thirdparty%2Fsamba.git Rename class to "cls" since the first is a keyword name in C++. Thanks, Brad. --- diff --git a/lib/util/debug.h b/lib/util/debug.h index 632c24fadb9..a5962b04bbf 100644 --- a/lib/util/debug.h +++ b/lib/util/debug.h @@ -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)