git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5320
82007160-df01-0410-b94d-
b575c5fd34c7
void
dnsbl_result(struct firedns_result *res)
{
- struct dnsbl_scan *ds = res->info;
+ struct dnsbl_scan *const ds = res->info;
if (OPT_DEBUG)
{
* Send an email to report this open proxy.
*/
void
-dnsbl_report(struct scan_struct *ss)
+dnsbl_report(const struct scan_struct *ss)
{
char buf[4096], cmdbuf[512];
FILE *fp;
extern void dnsbl_add(struct scan_struct *);
extern void dnsbl_result(struct firedns_result *);
extern void dnsbl_cycle(void);
-extern void dnsbl_report(struct scan_struct *);
+extern void dnsbl_report(const struct scan_struct *);
#endif