Index: ossp-pkg/l2/l2.h RCS File: /v/ossp/cvs/ossp-pkg/l2/Attic/l2.h,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/l2/Attic/l2.h,v' 2>/dev/null --- l2.h 2001/09/12 08:08:46 1.23 +++ l2.h 2001/09/12 08:13:12 1.24 @@ -80,6 +80,7 @@ /* list of logging levels (high to low priority; low to high amount of logging) */ typedef enum { + L2_LEVEL_NONE = 0, L2_LEVEL_PANIC = (1 << 0), L2_LEVEL_CRITICAL = (1 << 1), L2_LEVEL_ERROR = (1 << 2),