X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_file.c;h=a0c90327bf9a978525e17ab6860a430e2a227de9;hb=68784e7ff81a477fd4a973ba302d96285def9b7d;hp=1ef81b473825818123d5c633cdeb10ae672383be;hpb=f42ab5050f79833030453b21d69f4f3be9fcd0d0;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. */