X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_psyc_message.h;h=e6337d0936951b204413d1905df4faacd55b2912;hb=09e5676aa96c2f98ba2a3914b8b2848978930b4d;hp=e85f4005227b95b298748045d9427b0445023c01;hpb=23f117ce9756b2fb898bba5cb3a1f638333c23d9;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_psyc_message.h b/src/include/gnunet_psyc_message.h index e85f40052..e6337d093 100644 --- a/src/include/gnunet_psyc_message.h +++ b/src/include/gnunet_psyc_message.h @@ -107,7 +107,7 @@ struct GNUNET_PSYC_TransmitHandle; * Create a transmission handle. */ struct GNUNET_PSYC_TransmitHandle * -GNUNET_PSYC_transmit_create (); +GNUNET_PSYC_transmit_create (struct GNUNET_MQ_Handle *mq); /** @@ -208,8 +208,10 @@ GNUNET_PSYC_receive_reset (struct GNUNET_PSYC_ReceiveHandle *recv); /** * Handle incoming PSYC message. * - * @param recv Receive handle. - * @param msg The message. + * @param recv + * Receive handle. + * @param msg + * The message. * * @return #GNUNET_OK on success, * #GNUNET_SYSERR on receive error. @@ -222,10 +224,14 @@ GNUNET_PSYC_receive_message (struct GNUNET_PSYC_ReceiveHandle *recv, /** * Check if @a data contains a series of valid message parts. * - * @param data_size Size of @a data. - * @param data Data. - * @param[out] first_ptype Type of first message part. - * @param[out] last_ptype Type of last message part. + * @param data_size + * Size of @a data. + * @param data + * Data. + * @param[out] first_ptype + * Type of first message part. + * @param[out] last_ptype + * Type of last message part. * * @return Number of message parts found in @a data. * or GNUNET_SYSERR if the message contains invalid parts.