X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/629842d841bb18e0fe4131803be989da4555f776..de014da64011b21929158b746803d69cbfb05ee6:/keymgmt.c diff --git a/keymgmt.c b/keymgmt.c index 73f62654..c7199e56 100644 --- a/keymgmt.c +++ b/keymgmt.c @@ -450,16 +450,16 @@ static int loadpub(dstr *d) return (0); } -/* --- @km_interval@ --- * +/* --- @km_reload@ --- * * * Arguments: --- * * Returns: Zero if OK, nonzero to force reloading of keys. * - * Use: Called on the interval timer to perform various useful jobs. + * Use: Checks the keyrings to see if they need reloading. */ -int km_interval(void) +int km_reload(void) { dstr d = DSTR_INIT; key_file *kf;