X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/e02c731dfbb288c736f2cd09a9b6df0507c59ddd..8bb45b1dfe6b5b30d89f154c16fb3eb8c049f496:/keydb.h?ds=inline diff --git a/keydb.h b/keydb.h index e9bcb67..4ad761b 100644 --- a/keydb.h +++ b/keydb.h @@ -120,7 +120,7 @@ struct ll *getkeysigs(uint64_t keyid); * @keyid: The 32bit keyid. * * This function maps a 32bit key id to the full 64bit one. It returns the - * full keyid. + * full keyid. If the key isn't found a keyid of 0 is returned. */ uint64_t getfullkeyid(uint64_t keyid);