cscvs to tla changeset 80
[onak.git] / keydb_pg.c
index ade6bfd1770f754ad2d9b622751fc60fb21e78f2..c643a79a57c38bd9e44305daec3af1a0282e6fee 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright 2002 Project Purple
  *
- * $Id: keydb_pg.c,v 1.10 2003/06/04 20:57:09 noodles Exp $
+ * $Id: keydb_pg.c,v 1.11 2003/06/05 07:32:00 noodles Exp $
  */
 
 #include <postgresql/libpq-fe.h>
@@ -559,6 +559,21 @@ struct ll *getkeysigs(uint64_t keyid)
        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;
+}
+
 /*
  * Include the basic keydb routines.
  */