gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27494 - gnunet/src/include
Date: Wed, 19 Jun 2013 15:35:50 +0200

Author: grothoff
Date: 2013-06-19 15:35:50 +0200 (Wed, 19 Jun 2013)
New Revision: 27494

Modified:
   gnunet/src/include/gnunet_mq_lib.h
Log:
-spacing

Modified: gnunet/src/include/gnunet_mq_lib.h
===================================================================
--- gnunet/src/include/gnunet_mq_lib.h  2013-06-19 13:35:36 UTC (rev 27493)
+++ gnunet/src/include/gnunet_mq_lib.h  2013-06-19 13:35:50 UTC (rev 27494)
@@ -297,6 +297,7 @@
 uint32_t
 GNUNET_MQ_assoc_add (struct GNUNET_MQ_Handle *mq, void *assoc_data);
 
+
 /**
  * Get the data associated with a request id in a queue
  *
@@ -319,7 +320,6 @@
 GNUNET_MQ_assoc_remove (struct GNUNET_MQ_Handle *mq, uint32_t request_id);
 
 
-
 /**
  * Create a message queue for a GNUNET_CLIENT_Connection.
  * If handlers are specfied, receive messages from the connection.
@@ -473,6 +473,7 @@
 void *
 GNUNET_MQ_impl_state (struct GNUNET_MQ_Handle *mq);
 
+
 /**
  * Mark the current message as irrevocably sent, but do not
  * proceed with sending the next message.




reply via email to

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