aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index 674077628..8da51d198 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -105,8 +105,9 @@
105 * @param base_size size of the message before the nested message's header appears 105 * @param base_size size of the message before the nested message's header appears
106 * @return pointer to the nested message, does not copy the message 106 * @return pointer to the nested message, does not copy the message
107 */ 107 */
108struct GNUNET_MessageHeader * 108const struct GNUNET_MessageHeader *
109GNUNET_MQ_extract_nested_mh_ (const struct GNUNET_MessageHeader *mh, uint16_t base_size); 109GNUNET_MQ_extract_nested_mh_ (const struct GNUNET_MessageHeader *mh,
110 uint16_t base_size);
110 111
111 112
112/** 113/**