gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37423 - gnunet/src/include
Date: Wed, 29 Jun 2016 22:09:08 +0200

Author: grothoff
Date: 2016-06-29 22:09:08 +0200 (Wed, 29 Jun 2016)
New Revision: 37423

Modified:
   gnunet/src/include/gnunet_mq_lib.h
Log:
-def before use

Modified: gnunet/src/include/gnunet_mq_lib.h
===================================================================
--- gnunet/src/include/gnunet_mq_lib.h  2016-06-29 20:08:15 UTC (rev 37422)
+++ gnunet/src/include/gnunet_mq_lib.h  2016-06-29 20:09:08 UTC (rev 37423)
@@ -118,6 +118,12 @@
 
 
 /**
+ * Opaque handle to an envelope.
+ */
+struct GNUNET_MQ_Envelope;
+
+
+/**
  * Implementation of the #GNUNET_MQ_msg_nested_mh macro.
  *
  * @param mhp pointer to the message header pointer that will be changed to 
allocate at
@@ -138,12 +144,7 @@
  */
 struct GNUNET_MQ_Handle;
 
-/**
- * Opaque handle to an envelope.
- */
-struct GNUNET_MQ_Envelope;
 
-
 /**
  * Error codes for the queue.
  */




reply via email to

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