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:59 +0000
committerGabor X Toth <*@tg-x.net>2013-08-27 07:29:59 +0000
commit0f87ae3787762ea32fb3d9580d13782cb2aacdd2 (patch)
treed56c234e6e33be730ca02bb79da65caae28efd23 /src/include/gnunet_psycstore_service.h
parentdff71f18889ee5ca515ab096c8f925858968f1fc (diff)
downloadgnunet-0f87ae3787762ea32fb3d9580d13782cb2aacdd2.tar.gz
gnunet-0f87ae3787762ea32fb3d9580d13782cb2aacdd2.zip
psycstore service skeleton
Diffstat (limited to 'src/include/gnunet_psycstore_service.h')
-rw-r--r--src/include/gnunet_psycstore_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_psycstore_service.h b/src/include/gnunet_psycstore_service.h
index 660ad0a2a..e3c7876a0 100644
--- a/src/include/gnunet_psycstore_service.h
+++ b/src/include/gnunet_psycstore_service.h
@@ -123,7 +123,8 @@ GNUNET_PSYCSTORE_counters_get (struct GNUNET_PSYCSTORE_Handle *h,
123 */ 123 */
124typedef void 124typedef void
125(*GNUNET_PSYCSTORE_ResultCallback) (void *cls, 125(*GNUNET_PSYCSTORE_ResultCallback) (void *cls,
126 int result); 126 int result,
127 const char *err_msg);
127 128
128 129
129/** 130/**