]> the.earth.li Git - onak.git/blobdiff - keydb_file.c
Move dumpdb over to using iterate_keys.
[onak.git] / keydb_file.c
index 1ef81b473825818123d5c633cdeb10ae672383be..a0c90327bf9a978525e17ab6860a430e2a227de9 100644 (file)
@@ -228,22 +228,6 @@ int iterate_keys(void (*iterfunc)(void *ctx, struct openpgp_publickey *key),
        return numkeys;
 }
 
-
-/**
- *     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;
-}
-
 /*
  * Include the basic keydb routines.
  */