Rename blacklist to blocklist

This commit is contained in:
Zakor Gyula 2016-11-14 11:39:30 +01:00
parent 870841099a
commit f98fbecfda
26 changed files with 181 additions and 181 deletions

View file

@ -10,7 +10,7 @@ extern crate regex;
extern crate serde_derive;
extern crate util;
pub mod blacklist;
pub mod blocklist;
pub mod scanfilter;
use ipc_channel::ipc::IpcSender;