ucspi-ssl  0.12.7
ucspi-ssl
rules.h
Go to the documentation of this file.
1 #ifndef RULES_H
2 #define RULES_H
3 
4 #include "stralloc.h"
5 
6 extern stralloc rules_name;
7 extern 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