ossp-pkg/l2/l2.h.in 1.4 -> 1.5
--- l2.h.in 2001/09/12 09:42:34 1.4
+++ l2.h.in 2001/09/12 10:24:29 1.5
@@ -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),
|
|