gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28558 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r28558 - gnunet/src/include
Date: Tue, 13 Aug 2013 10:55:17 +0200

Author: harsha
Date: 2013-08-13 10:55:17 +0200 (Tue, 13 Aug 2013)
New Revision: 28558

Modified:
   gnunet/src/include/gnunet_client_lib.h
   gnunet/src/include/gnunet_server_lib.h
Log:
- dead code; fix doc


Modified: gnunet/src/include/gnunet_client_lib.h
===================================================================
--- gnunet/src/include/gnunet_client_lib.h      2013-08-13 08:40:00 UTC (rev 
28557)
+++ gnunet/src/include/gnunet_client_lib.h      2013-08-13 08:55:17 UTC (rev 
28558)
@@ -88,19 +88,6 @@
 
 
 /**
- * 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.
  *
  * @param client connection to the service

Modified: gnunet/src/include/gnunet_server_lib.h
===================================================================
--- gnunet/src/include/gnunet_server_lib.h      2013-08-13 08:40:00 UTC (rev 
28557)
+++ gnunet/src/include/gnunet_server_lib.h      2013-08-13 08:55:17 UTC (rev 
28558)
@@ -788,7 +788,7 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]