Readded docs for some arguments to global functions.

Those were overzealously removed in 28623fc538.
This commit is contained in:
Tobias Brunner
2011-07-21 18:38:43 +02:00
parent 92032fd4d6
commit cbf5c2c61c
4 changed files with 17 additions and 11 deletions
@@ -100,9 +100,10 @@ struct crl_t {
/**
* Generic check if a given CRL is newer than another.
*
* @param crl CRL
* @param other CRL to compare to
* @return TRUE if this newer than other
*/
bool crl_is_newer(crl_t *this, crl_t *other);
bool crl_is_newer(crl_t *crl, crl_t *other);
#endif /** CRL_H_ @}*/