X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_file.c;h=a0c90327bf9a978525e17ab6860a430e2a227de9;hb=3dcacadf03a7cf272f1618b981b08121504e131a;hp=1ef81b473825818123d5c633cdeb10ae672383be;hpb=fea9736017465e211d444295f18137140faf1111;p=onak.git diff --git a/keydb_file.c b/keydb_file.c index 1ef81b4..a0c9032 100644 --- a/keydb_file.c +++ b/keydb_file.c @@ -228,22 +228,6 @@ int iterate_keys(void (*iterfunc)(void *ctx, struct openpgp_publickey *key), return numkeys; } - -/** - * 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) -{ - return 0; -} - /* * Include the basic keydb routines. */