aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_core_service.h')
-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,