summaryrefslogtreecommitdiff
path: root/src/include/mfrules.h
blob: 68e678b56d471c93f07c3a1e58a48eedd7814cc1 (plain)
1
2
3
4
5
6
7
8
9
#ifndef MFRULES_H
#define MFRULES_H

#include "stralloc.h"

extern stralloc key;
int mfrules(int, char *, char *, char *, char *);

#endif