X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/f42ab5050f79833030453b21d69f4f3be9fcd0d0..fb43c9ffd09b3f5e8fd35651daed59839221fe36:/keydb_fs.c?ds=inline 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];