aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-11 11:47:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-11 11:47:30 +0000
commit34d2cace7259c408fdb0526dedd0d44a1a11929e (patch)
treee127d553c2532804928d5e9a667021f7343779e5 /src/include/gnunet_client_lib.h
parent7f0c6bd7bc74dc479e991cba667e08f66e6e2d42 (diff)
downloadgnunet-34d2cace7259c408fdb0526dedd0d44a1a11929e.tar.gz
gnunet-34d2cace7259c408fdb0526dedd0d44a1a11929e.zip
docu
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index d391aed2b..fd9291598 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -85,7 +85,6 @@ typedef void (*GNUNET_CLIENT_MessageHandler) (void *cls,
85/** 85/**
86 * Read from the service. 86 * Read from the service.
87 * 87 *
88 * @param sched scheduler to use
89 * @param sock the service 88 * @param sock the service
90 * @param handler function to call with the message 89 * @param handler function to call with the message
91 * @param cls closure for handler 90 * @param cls closure for handler
@@ -147,7 +146,6 @@ GNUNET_CLIENT_transmit_and_get_response (struct GNUNET_CLIENT_Connection *sock,
147 * Request that the service should shutdown. 146 * Request that the service should shutdown.
148 * Afterwards, the connection should be disconnected. 147 * Afterwards, the connection should be disconnected.
149 * 148 *
150 * @param sched scheduler to use
151 * @param sock the socket connected to the service 149 * @param sock the socket connected to the service
152 */ 150 */
153void GNUNET_CLIENT_service_shutdown (struct GNUNET_CLIENT_Connection *sock); 151void GNUNET_CLIENT_service_shutdown (struct GNUNET_CLIENT_Connection *sock);