condition: import 20080125 code base

This commit is contained in:
Jan Engelhardt
2008-03-26 03:19:47 +01:00
parent d7c5473cf6
commit 72dc73e6a5
8 changed files with 459 additions and 0 deletions

11
extensions/xt_condition.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _XT_CONDITION_H
#define _XT_CONDITION_H
#define CONDITION_NAME_LEN 32
struct condition_info {
char name[CONDITION_NAME_LEN];
int invert;
};
#endif /* _XT_CONDITION_H */