X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_pg.c;h=5933c91381647f4fb837c3de4ea859aafb9d59f9;hb=3dcacadf03a7cf272f1618b981b08121504e131a;hp=afdbb23ce931209a5924c7ebd09c2fd17588a03a;hpb=fea9736017465e211d444295f18137140faf1111;p=onak.git diff --git a/keydb_pg.c b/keydb_pg.c index afdbb23..5933c91 100644 --- a/keydb_pg.c +++ b/keydb_pg.c @@ -567,21 +567,6 @@ struct ll *getkeysigs(uint64_t keyid, bool *revoked) return sigs; } -/** - * 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.