File: crule.h

package info (click to toggle)
ircd 2.10.02-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,228 kB
  • ctags: 2,087
  • sloc: ansic: 29,122; makefile: 664; sh: 307; perl: 18
file content (12 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CRULE_H
#define CRULE_H

/*=============================================================================
 * Proto types
 */

extern void crule_free(char **elem);
extern int crule_eval(char *rule);
extern char *crule_parse(char *rule);

#endif /* CRULE_H */