Plugin API for the namestore database backend. More...
Go to the source code of this file.
Data Structures | |
| struct | GNUNET_NAMESTORE_PluginFunctions |
| struct returned by the initialization function of the plugin More... | |
Typedefs | |
| typedef void(* | GNUNET_NAMESTORE_RecordIterator) (void *cls, uint64_t serial, const char *editor_hint, const struct GNUNET_CRYPTO_BlindablePrivateKey *private_key, const char *label, unsigned int rd_count, const struct GNUNET_GNSRECORD_Data *rd) |
| Function called for each matching record. | |
Plugin API for the namestore database backend.
Definition in file gnunet_namestore_plugin.h.