X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_peerstore_service.h;h=3cafe70b855f45651fd783d461dad9f242ef3464;hb=360d7afad50d1af425a20e89419d2063a6a0e220;hp=e9e344d8835edffa47e58200ba7892a99dfe0a53;hpb=4ce6efe274c05b7386acb9f4c4d7980a4fc9aee2;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h index e9e344d88..3cafe70b8 100644 --- a/src/include/gnunet_peerstore_service.h +++ b/src/include/gnunet_peerstore_service.h @@ -34,7 +34,6 @@ #define GNUNET_PEERSTORE_SERVICE_H #include "gnunet_util_lib.h" -#include "gnunet_common.h" #ifdef __cplusplus extern "C" @@ -110,9 +109,10 @@ struct GNUNET_PEERSTORE_Record struct GNUNET_TIME_Absolute *expiry; /** - * Client from which this record originated + * Client from which this record originated. + * NOTE: This is internal to the service. */ - struct GNUNET_SERVER_Client *client; + struct GNUNET_SERVICE_Client *client; }; @@ -133,13 +133,13 @@ typedef void * @param cls closure * @param record peerstore record information * @param emsg error message, or NULL if no errors - * @return #GNUNET_YES to continue iterating, #GNUNET_NO to stop */ -typedef int +typedef void (*GNUNET_PEERSTORE_Processor) (void *cls, const struct GNUNET_PEERSTORE_Record *record, const char *emsg); + /** * Connect to the PEERSTORE service. *