Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / crule.h
1 /*
2  * crule.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_crule_h
7 #define INCLUDED_crule_h
8
9 /*
10  * Proto types
11  */
12
13 extern void crule_free(char **elem);
14 extern int crule_eval(char *rule);
15 extern char *crule_parse(char *rule);
16
17 #endif /* INCLUDED_crule_h */