]> git.wh0rd.org - tt-rss.git/blob - iauthmodule.php
9ec674078c8e048819e662a978005e1a704de2da
[tt-rss.git] / iauthmodule.php
1 <?php
2 interface IAuthModule {
3 function authenticate($login, $password);
4 }