File: ipset_load.h

package info (click to toggle)
iprange 1.0.4%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: ansic: 2,050; makefile: 74; sh: 1
file content (10 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#ifndef IPRANGE_IPSET_LOAD_H
#define IPRANGE_IPSET_LOAD_H

extern int dns_threads_max;
extern int dns_silent;
extern int dns_progress;

extern ipset *ipset_load(const char *filename);

#endif //IPRANGE_IPSET_LOAD_H