aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/certificates/crl.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-07-21 18:32:28 +0200
committerTobias Brunner <tobias@strongswan.org>2011-07-21 18:38:43 +0200
commitcbf5c2c61c4441af5f73c99dc8ae9ba2e99fd0b4 (patch)
tree27a84002c8ae214fe36371cc5401f2c43a1ac960 /src/libstrongswan/credentials/certificates/crl.h
parent92032fd4d620bf7f92edb6fd13e6aef47962c3fc (diff)
downloadstrongswan-cbf5c2c61c4441af5f73c99dc8ae9ba2e99fd0b4.tar.bz2
strongswan-cbf5c2c61c4441af5f73c99dc8ae9ba2e99fd0b4.tar.xz
Readded docs for some arguments to global functions.
Those were overzealously removed in 28623fc5389829858c78c759a214aa5c64ea26c6.
Diffstat (limited to 'src/libstrongswan/credentials/certificates/crl.h')
-rw-r--r--src/libstrongswan/credentials/certificates/crl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstrongswan/credentials/certificates/crl.h b/src/libstrongswan/credentials/certificates/crl.h
index 826a6c9e3..4191c5935 100644
--- a/src/libstrongswan/credentials/certificates/crl.h
+++ b/src/libstrongswan/credentials/certificates/crl.h
@@ -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_ @}*/