aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-29 20:09:08 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-29 20:09:08 +0000
commit867c67e9f7a0c7a79e70aa6c6d351ee5878c9312 (patch)
tree4e372aa40f4be180ede4fa1a7b935d3ea4a7be91 /src/include/gnunet_mq_lib.h
parent2adb94f3b45872a26b81755398372e97fdc1a852 (diff)
downloadgnunet-867c67e9f7a0c7a79e70aa6c6d351ee5878c9312.tar.gz
gnunet-867c67e9f7a0c7a79e70aa6c6d351ee5878c9312.zip
-def before use
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index c0dafe3a7..7da5aa778 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -118,6 +118,12 @@ GNUNET_MQ_extract_nested_mh_ (const struct GNUNET_MessageHeader *mh,
118 118
119 119
120/** 120/**
121 * Opaque handle to an envelope.
122 */
123struct GNUNET_MQ_Envelope;
124
125
126/**
121 * Implementation of the #GNUNET_MQ_msg_nested_mh macro. 127 * Implementation of the #GNUNET_MQ_msg_nested_mh macro.
122 * 128 *
123 * @param mhp pointer to the message header pointer that will be changed to allocate at 129 * @param mhp pointer to the message header pointer that will be changed to allocate at
@@ -138,11 +144,6 @@ GNUNET_MQ_msg_nested_mh_ (struct GNUNET_MessageHeader **mhp,
138 */ 144 */
139struct GNUNET_MQ_Handle; 145struct GNUNET_MQ_Handle;
140 146
141/**
142 * Opaque handle to an envelope.
143 */
144struct GNUNET_MQ_Envelope;
145
146 147
147/** 148/**
148 * Error codes for the queue. 149 * Error codes for the queue.