aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-01 12:05:33 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-01 12:05:33 +0000
commitd475a741d7b99e30384ba2657187477366209cc5 (patch)
tree9eabf3aaf002ff2e871de76a78ee609ae5f76fd4 /src
parent7c511b098a143fad5c3f7c733cda139ea3ae285a (diff)
downloadgnunet-d475a741d7b99e30384ba2657187477366209cc5.tar.gz
gnunet-d475a741d7b99e30384ba2657187477366209cc5.zip
-note
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_core_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 4af8ef2cf..6f8da2487 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -136,7 +136,7 @@ struct GNUNET_CORE_MessageHandler
136 * do this later). 136 * do this later).
137 * 137 *
138 * @param cls closure 138 * @param cls closure
139 * @param server handle to the server, NULL if we failed 139 * @param server handle to the server, NULL if we failed; TODO: consider removing this argument, it is redundant...
140 * @param my_identity ID of this peer, NULL if we failed 140 * @param my_identity ID of this peer, NULL if we failed
141 */ 141 */
142typedef void (*GNUNET_CORE_StartupCallback) (void *cls, 142typedef void (*GNUNET_CORE_StartupCallback) (void *cls,