Files can now have mirrors. Implemented SMOMatcher service to attempt to automaticall...
[rock.divinelegy.git] / Services / ISMOMatcher.php
1 <?php
2
3 namespace Services;
4
5 interface ISMOMatcher
6 {
7 public function match($filename, $filesize);
8 }