From: Sree Harsha Totakura Date: Tue, 13 Aug 2013 08:55:17 +0000 (+0000) Subject: - dead code; fix doc X-Git-Tag: initial-import-from-subversion-38251~7888 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1fa9f1d6eda5f8d564a334ffce24696488f44d14;p=oweals%2Fgnunet.git - dead code; fix doc --- diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h index 5bfc4991f..a2a7bd542 100644 --- a/src/include/gnunet_client_lib.h +++ b/src/include/gnunet_client_lib.h @@ -87,19 +87,6 @@ typedef void (*GNUNET_CLIENT_MessageHandler) (void *cls, *msg); -/** - * Type of a function to call when we have finished shutting - * down a service, or failed. - * - * @param cls closure - * @param reason what is the result of the shutdown - * GNUNET_NO on shutdown (not running) - * GNUNET_YES on running - * GNUNET_SYSERR on failure to transmit message - */ -typedef void (*GNUNET_CLIENT_ShutdownTask) (void *cls, int reason); - - /** * Read from the service. * diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h index 6ed862fc7..468f5bf17 100644 --- a/src/include/gnunet_server_lib.h +++ b/src/include/gnunet_server_lib.h @@ -788,7 +788,7 @@ typedef void* (*GNUNET_SERVER_MstCreateCallback) (void *cls, typedef void (*GNUNET_SERVER_MstDestroyCallback) (void *cls, void *mst); /** - * Signature of a function to destroy a custom tokenizer. + * Signature of a function to receive data for a custom tokenizer. * * @param cls closure from 'GNUNET_SERVER_set_callbacks' * @param mst custom tokenizer handle