gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26755 - gnunet/src/include
Date: Thu, 4 Apr 2013 14:39:59 +0200

Author: grothoff
Date: 2013-04-04 14:39:59 +0200 (Thu, 04 Apr 2013)
New Revision: 26755

Modified:
   gnunet/src/include/gnunet_consensus_service.h
Log:
-API cleanup

Modified: gnunet/src/include/gnunet_consensus_service.h
===================================================================
--- gnunet/src/include/gnunet_consensus_service.h       2013-04-04 12:02:43 UTC 
(rev 26754)
+++ gnunet/src/include/gnunet_consensus_service.h       2013-04-04 12:39:59 UTC 
(rev 26755)
@@ -145,26 +145,8 @@
                          void *idc_cls);
 
 
-struct GNUNET_CONSENSUS_DeltaRequest;
 
 /**
- * FIXME
- *
- * @param consensus consensus session
- * @param remove_element_cb callback that receives the removed elements
- * @return a handle to cancel the request
- */
-struct GNUNET_CONSENSUS_DeltaRequest *
-GNUNET_CONSENSUS_get_delta (struct GNUNET_CONSENSUS_Handle *consensus,
-                            GNUNET_CONSENSUS_ElementCallback remove_element_cb,
-                            void *remove_element_cb_cls);
-
-
-void
-GNUNET_CONSENSUS_get_delta_cancel (struct GNUNET_CONSENSUS_DeltaRequest *dr);
-
-
-/**
  * Called when a conclusion was successful.
  *
  * @param cls




reply via email to

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