X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb.h;h=44062234d28714cbe672a06f1193340fd366f398;hb=3dcacadf03a7cf272f1618b981b08121504e131a;hp=98cf34dd7fa11dbdad6ebe5ad08f8e254867ebd3;hpb=fea9736017465e211d444295f18137140faf1111;p=onak.git diff --git a/keydb.h b/keydb.h index 98cf34d..4406223 100644 --- a/keydb.h +++ b/keydb.h @@ -151,18 +151,6 @@ struct ll *cached_getkeysigs(uint64_t keyid); */ uint64_t getfullkeyid(uint64_t keyid); -/** - * dumpdb - dump the key database - * @filenamebase: The base filename to use for the dump. - * - * Dumps the database into one or more files, which contain pure OpenPGP - * that can be reimported into onak or gpg. filenamebase provides a base - * file name for the dump; several files may be created, all of which will - * begin with this string and then have a unique number and a .pgp - * extension. - */ -int dumpdb(char *filenamebase); - /** * iterate_keys - call a function once for each key in the db. * @iterfunc: The function to call.