This commit was generated by cvs2svn to compensate for changes in r2,
[ircu2.10.12-pk.git] / include / crule.h
1 #ifndef CRULE_H
2 #define CRULE_H
3
4 /*=============================================================================
5  * Proto types
6  */
7
8 extern void crule_free(char **elem);
9 extern int crule_eval(char *rule);
10 extern char *crule_parse(char *rule);
11
12 #endif /* CRULE_H */