Readded docs for some arguments to global functions.
Those were overzealously removed in 28623fc538.
This commit is contained in:
@@ -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_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user