]> git.wh0rd.org - tt-rss.git/blame_incremental - classes/iauthmodule.php
unpackVisibleHeadlines: go ahead of the buffer position a bit
[tt-rss.git] / classes / iauthmodule.php
... / ...
CommitLineData
1<?php
2interface IAuthModule {
3 function authenticate($login, $password);
4}