X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_fs.c;h=14220d14e6c51c2642f69756fc7b289742ec047f;hb=3dcacadf03a7cf272f1618b981b08121504e131a;hp=1c5d14c9990cbb905beb4100483ba2757532011d;hpb=fea9736017465e211d444295f18137140faf1111;p=onak.git diff --git a/keydb_fs.c b/keydb_fs.c index 1c5d14c..14220d1 100644 --- a/keydb_fs.c +++ b/keydb_fs.c @@ -485,15 +485,6 @@ int fetch_key_text(const char *search, return addedkeys; } -/* - * dumpdb - dump the key database - * @filenamebase: The base filename to use for the dump. - */ -int dumpdb(char *filenamebase) -{ - return 0; -} - uint64_t getfullkeyid(uint64_t keyid) { static char buffer[PATH_MAX];