File: pfqconfig.h

package info (click to toggle)
pfqueue 0.5.6-8
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,396 kB
  • ctags: 628
  • sloc: sh: 8,904; ansic: 3,877; makefile: 77
file content (14 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

/*
 * Configuration functions for pfqueue
 */

#ifndef __PFQLIBCONFIG_H
#define __PFQLIBCONFIG_H

#include "pfqlib.h"

void pfq_read_file ( struct pfql_context_t*, const char* );
void pfq_read_config ( struct pfql_context_t* );

#endif