From 1fa9f1d6eda5f8d564a334ffce24696488f44d14 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 13 Aug 2013 08:55:17 +0000 Subject: [PATCH] - dead code; fix doc --- src/include/gnunet_client_lib.h | 13 ------------- src/include/gnunet_server_lib.h | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) 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 -- 2.25.1