X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keyindex.h;h=8a4e529e9545ee0c2be500a569cfa9cf45bdeb7d;hb=e17ef1fac72bcfeff58e7c88af18eea6f9d6bc85;hp=c9a584328cb0b43ea24a79a80bc687947832890b;hpb=5e1b22d763640c4d7a09d07920403d8d491b4410;p=onak.git 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); /**