aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psycstore_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-08-27 07:29:52 +0000
committerGabor X Toth <*@tg-x.net>2013-08-27 07:29:52 +0000
commitd8ab7f76a1a9db992bc4295d1fddc0d1b324b55b (patch)
tree70e8ae8117f415a76cc968f3c717ef3203481872 /src/include/gnunet_psycstore_service.h
parent5a4c0bfabee2d251b31a7279f3bf6f81065442ce (diff)
downloadgnunet-d8ab7f76a1a9db992bc4295d1fddc0d1b324b55b.tar.gz
gnunet-d8ab7f76a1a9db992bc4295d1fddc0d1b324b55b.zip
multicast/psyc/psycstore api: fix typos / type names
Diffstat (limited to 'src/include/gnunet_psycstore_service.h')
-rw-r--r--src/include/gnunet_psycstore_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_psycstore_service.h b/src/include/gnunet_psycstore_service.h
index 8fc7dbcd7..660ad0a2a 100644
--- a/src/include/gnunet_psycstore_service.h
+++ b/src/include/gnunet_psycstore_service.h
@@ -37,6 +37,8 @@ extern "C"
37 37
38#include "gnunet_util_lib.h" 38#include "gnunet_util_lib.h"
39#include "gnunet_env_lib.h" 39#include "gnunet_env_lib.h"
40#include "gnunet_multicast_service.h"
41#include "gnunet_psyc_service.h"
40 42
41/** 43/**
42 * Version number of GNUnet PSYCstore API. 44 * Version number of GNUnet PSYCstore API.
@@ -107,7 +109,7 @@ typedef void
107 */ 109 */
108struct GNUNET_PSYCSTORE_OperationHandle * 110struct GNUNET_PSYCSTORE_OperationHandle *
109GNUNET_PSYCSTORE_counters_get (struct GNUNET_PSYCSTORE_Handle *h, 111GNUNET_PSYCSTORE_counters_get (struct GNUNET_PSYCSTORE_Handle *h,
110 GNUNET_CRYPTO_EccPublicKey *channel_key, 112 struct GNUNET_CRYPTO_EccPublicKey *channel_key,
111 GNUNET_PSYCSTORE_CountersCallback *cb, 113 GNUNET_PSYCSTORE_CountersCallback *cb,
112 void *cb_cls); 114 void *cb_cls);
113 115