ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/dnsbl.h
Revision: 5135
Committed: Thu Dec 25 18:51:51 2014 UTC (9 years, 3 months ago) by michael
Content type: text/x-chdr
File size: 334 byte(s)
Log Message:
- propset svn:eol-style native

File Contents

# Content
1 #ifndef DNSBL_H
2 #define DNSBL_H
3
4 #include "firedns.h"
5 #include "scan.h"
6
7
8 struct dnsbl_scan
9 {
10 struct scan_struct *ss;
11 struct BlacklistConf *bl;
12 };
13
14 extern void dnsbl_add(struct scan_struct *);
15 extern void dnsbl_result(struct firedns_result *);
16 extern void dnsbl_cycle(void);
17 extern void dnsbl_report(struct scan_struct *);
18 #endif

Properties

Name Value
svn:eol-style native
svn:keywords Id