X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_keyd.c;h=26cb326f758ae332bd5c9b9bb5e75a6cca6cc532;hb=3b764b8e96bfcd76f36a76b58ac8ce812cff6ec1;hp=fac5548481af7e6fc82a6762744b6663ce4f029b;hpb=f42ab5050f79833030453b21d69f4f3be9fcd0d0;p=onak.git diff --git a/keydb_keyd.c b/keydb_keyd.c index fac5548..26cb326 100644 --- a/keydb_keyd.c +++ b/keydb_keyd.c @@ -341,21 +341,6 @@ uint64_t getfullkeyid(uint64_t keyid) return 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) -{ - return 0; -} - /** * iterate_keys - call a function once for each key in the db. * @iterfunc: The function to call.