forked from Lainports/freebsd-ports
10 lines
456 B
Text
10 lines
456 B
Text
--- src/dwc_lib.c.bak Thu May 16 17:02:43 2002
|
|
+++ src/dwc_lib.c Sat May 18 17:14:28 2002
|
|
@@ -63,6 +63,7 @@
|
|
{ DERR_TOO_COMPRESSED, "too high compression ratio" },
|
|
{ DERR_BAD_CALL, "invalid call" },
|
|
{ DERR_SPAM, "filter rule alert" },
|
|
+ { DERR_EVAL_KEY, "evaluation version used" },
|
|
END_OF_TABLE
|
|
};
|
|
static const int DaemonMsgTableSize = (sizeof(DaemonMsgTable) / sizeof(DWC_msg_entry_t)) - 1;
|