ucspi-tcp6 1.13.02
ucspi-tcp6
Loading...
Searching...
No Matches
rules.h
Go to the documentation of this file.
1#ifndef RULES_H
2#define RULES_H
3
4#include "stralloc.h"
5
6extern stralloc rules_name;
7extern int rules(void (*)(char *,unsigned int),int,char *,char *,char *);
8
9#endif
int rules(void(*)(char *, unsigned int), int, char *, char *, char *)
Definition: rules.c:135
stralloc rules_name
Definition: rules.c:13