aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-27 20:15:57 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-27 20:15:57 +0000
commitc6df084aa83dbe5e43f82a0ac2510ca4bd1d866a (patch)
treed702c5fab098e5b07263982fcef676c9c39bf824 /src/include/gnunet_core_service.h
parent691d973ea5dc7e297f598c7261fc2704b381972f (diff)
downloadgnunet-c6df084aa83dbe5e43f82a0ac2510ca4bd1d866a.tar.gz
gnunet-c6df084aa83dbe5e43f82a0ac2510ca4bd1d866a.zip
-clarify API (#2661)
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index c648c3ce0..ca4048b52 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -131,7 +131,9 @@ struct GNUNET_CORE_MessageHandler
131 * for good). Note that the private key of the peer is intentionally 131 * for good). Note that the private key of the peer is intentionally
132 * not exposed here; if you need it, your process should try to read 132 * not exposed here; if you need it, your process should try to read
133 * the private key file directly (which should work if you are 133 * the private key file directly (which should work if you are
134 * authorized...). 134 * authorized...). Implementations of this function must not call
135 * GNUNET_CORE_disconnect (other than by scheduling a new task to
136 * do this later).
135 * 137 *
136 * @param cls closure 138 * @param cls closure
137 * @param server handle to the server, NULL if we failed 139 * @param server handle to the server, NULL if we failed