summaryrefslogtreecommitdiff
path: root/rules.h
blob: 15d9b9068cc51352cd593eb453989e3fae3244ea (plain)
1
2
3
4
5
6
7
8
9
#ifndef RULES_H
#define RULES_H

#include "stralloc.h"

extern stralloc rules_name;
extern int rules(void (*)(char *,unsigned int),int,char *,char *,char *);

#endif