X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=keyindex.h;h=8a4e529e9545ee0c2be500a569cfa9cf45bdeb7d;hp=c9a584328cb0b43ea24a79a80bc687947832890b;hb=8e0907be1d73011075a99a0c029c56664e12843e;hpb=0e735a0b184b202a0533c52171fc55506fa45db2 diff --git a/keyindex.h b/keyindex.h index c9a5843..8a4e529 100644 --- a/keyindex.h +++ b/keyindex.h @@ -22,6 +22,7 @@ #include +#include "keydb.h" #include "keystructs.h" /** @@ -35,7 +36,8 @@ * This function takes a list of OpenPGP public keys and displays an index * of them. Useful for debugging or the keyserver Index function. */ -int key_index(struct openpgp_publickey *keys, bool verbose, +int key_index(struct onak_dbctx *dbctx, + struct openpgp_publickey *keys, bool verbose, bool fingerprint, bool skshash, bool html); /**