X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_fs.c;h=14220d14e6c51c2642f69756fc7b289742ec047f;hb=68784e7ff81a477fd4a973ba302d96285def9b7d;hp=1c5d14c9990cbb905beb4100483ba2757532011d;hpb=f42ab5050f79833030453b21d69f4f3be9fcd0d0;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];