]> the.earth.li Git - onak.git/blobdiff - keydb.h
Remove getfullkeyid functionality
[onak.git] / keydb.h
diff --git a/keydb.h b/keydb.h
index f448215bd3a35719e544a6f74af1b0406edb6915..5dcb4364860e10967eb31709fb808e0a94c494d7 100644 (file)
--- a/keydb.h
+++ b/keydb.h
@@ -184,15 +184,6 @@ struct onak_dbctx {
        struct ll * (*cached_getkeysigs)(struct onak_dbctx *,
                        uint64_t keyid);
 
-/**
- * @brief Maps a 32 bit key id to a 64 bit one.
- * @param keyid The 32 bit keyid.
- *
- * This function maps a 32 bit key id to the full 64 bit one. It returns the
- * full keyid. If the key isn't found a keyid of 0 is returned.
- */
-       uint64_t (*getfullkeyid)(struct onak_dbctx *, uint64_t keyid);
-
 /**
  * @brief call a function once for each key in the db.
  * @param iterfunc The function to call.