GNUnet 0.21.1
gnunet_namestore_plugin.h File Reference

Plugin API for the namestore database backend. More...

Include dependency graph for gnunet_namestore_plugin.h:
This graph shows which files directly or indirectly include this file:

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_PrivateKey *private_key, const char *label, unsigned int rd_count, const struct GNUNET_GNSRECORD_Data *rd)
 Function called for each matching record. More...
 

Detailed Description

Plugin API for the namestore database backend.

Definition in file gnunet_namestore_plugin.h.