1 
2 /*
3  * Configuration functions for pfqueue
4  */
5 
6 #ifndef __PFQLIBCONFIG_H
7 #define __PFQLIBCONFIG_H
8 
9 #include "pfqlib.h"
10 
11 void pfq_read_file ( struct pfql_context_t*, const char* );
12 void pfq_read_config ( struct pfql_context_t* );
13 
14 #endif
15