projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2adb94f
)
-def before use
author
Christian Grothoff
<christian@grothoff.org>
Wed, 29 Jun 2016 20:09:08 +0000
(20:09 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 29 Jun 2016 20:09:08 +0000
(20:09 +0000)
src/include/gnunet_mq_lib.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_mq_lib.h
b/src/include/gnunet_mq_lib.h
index c0dafe3a7cc477d340b8bc8218c29289ee365e52..7da5aa7787db8d721b38f580a6aa4a2c4e1b7873 100644
(file)
--- a/
src/include/gnunet_mq_lib.h
+++ b/
src/include/gnunet_mq_lib.h
@@
-117,6
+117,12
@@
GNUNET_MQ_extract_nested_mh_ (const struct GNUNET_MessageHeader *mh,
uint16_t base_size);
+/**
+ * Opaque handle to an envelope.
+ */
+struct GNUNET_MQ_Envelope;
+
+
/**
* Implementation of the #GNUNET_MQ_msg_nested_mh macro.
*
@@
-138,11
+144,6
@@
GNUNET_MQ_msg_nested_mh_ (struct GNUNET_MessageHeader **mhp,
*/
struct GNUNET_MQ_Handle;
-/**
- * Opaque handle to an envelope.
- */
-struct GNUNET_MQ_Envelope;
-
/**
* Error codes for the queue.