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