]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/tdb2.h
tdb2: save openhook, allow tdb_get_attribute() on it.
[ccan] / ccan / tdb2 / tdb2.h
index 051d20a411d8e2d2e71675b05f000a33dff749ae..7a7aaca90fbfa7715749c5329fb447b63831b432 100644 (file)
@@ -617,8 +617,6 @@ enum tdb_attribute_type {
  * This gets an attribute from a TDB which has previously been set (or
  * may return the default values).  Set @attr.base.attr to the
  * attribute type you want get.
- *
- * Currently this does not work for TDB_ATTRIBUTE_OPENHOOK.
  */
 enum TDB_ERROR tdb_get_attribute(struct tdb_context *tdb,
                                 union tdb_attribute *attr);