- dead code; fix doc
authorSree Harsha Totakura <totakura@in.tum.de>
Tue, 13 Aug 2013 08:55:17 +0000 (08:55 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Tue, 13 Aug 2013 08:55:17 +0000 (08:55 +0000)
src/include/gnunet_client_lib.h
src/include/gnunet_server_lib.h

index 5bfc4991fd54d2169537f7984cd7b3695e949da5..a2a7bd54224c83300fc1b1a6c34e03bf27d1890c 100644 (file)
@@ -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.
  *
index 6ed862fc71c6d121b623b76d287b1b729e9a5b0c..468f5bf17cd01bf73b5184a56f6d6377dd46d286 100644 (file)
@@ -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