aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_service.h
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-05-07 14:14:38 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-05-07 14:14:38 +0000
commit36367311686410711f46fa3d82484a609c888acf (patch)
tree62a6afbe310a8479e18221d0606a715948adeb5b /src/include/gnunet_peerstore_service.h
parent0778d7e951b20f42af01597ae41ba8d2d26857d0 (diff)
downloadgnunet-36367311686410711f46fa3d82484a609c888acf.tar.gz
gnunet-36367311686410711f46fa3d82484a609c888acf.zip
PEERSTORE api update
Diffstat (limited to 'src/include/gnunet_peerstore_service.h')
-rw-r--r--src/include/gnunet_peerstore_service.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index 91baa3c0f..1fd068d27 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -53,16 +53,7 @@ struct GNUNET_PEERSTORE_AddContext;
53 * @param cls closure 53 * @param cls closure
54 * @param emsg error message, NULL on success 54 * @param emsg error message, NULL on success
55 */ 55 */
56typedef void (*GNUNET_PEERSTORE_Continuation)(void *cls, 56typedef void (*GNUNET_PEERSTORE_Continuation)(void *cls, const char *emsg);
57 const char *emsg);
58
59/**
60 * Continuation called after an Add is completed
61 *
62 * @param cls closure
63 * @param success #GNUNET_YES / #GNUNET_NO
64 */
65typedef void (*GNUNET_PEERSTORE_AddContinuation)(void *cls, int success);
66 57
67#if 0 /* keep Emacsens' auto-indent happy */ 58#if 0 /* keep Emacsens' auto-indent happy */
68{ 59{