rule check fix

This commit is contained in:
SJ
2014-05-12 01:05:44 +02:00
parent e2afcc34bf
commit f763ed5f4d
4 changed files with 40 additions and 21 deletions

View File

@@ -58,6 +58,10 @@
#define MAXCHILDREN 64
#define RULE_UNDEF 0
#define RULE_MATCH 1
#define RULE_NO_MATCH -100
typedef void signal_func (int);