aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_psyc_message.h')
-rw-r--r--src/include/gnunet_psyc_message.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/include/gnunet_psyc_message.h b/src/include/gnunet_psyc_message.h
index e85f40052..42ff0ea86 100644
--- a/src/include/gnunet_psyc_message.h
+++ b/src/include/gnunet_psyc_message.h
@@ -208,8 +208,10 @@ GNUNET_PSYC_receive_reset (struct GNUNET_PSYC_ReceiveHandle *recv);
208/** 208/**
209 * Handle incoming PSYC message. 209 * Handle incoming PSYC message.
210 * 210 *
211 * @param recv Receive handle. 211 * @param recv
212 * @param msg The message. 212 * Receive handle.
213 * @param msg
214 * The message.
213 * 215 *
214 * @return #GNUNET_OK on success, 216 * @return #GNUNET_OK on success,
215 * #GNUNET_SYSERR on receive error. 217 * #GNUNET_SYSERR on receive error.
@@ -222,10 +224,14 @@ GNUNET_PSYC_receive_message (struct GNUNET_PSYC_ReceiveHandle *recv,
222/** 224/**
223 * Check if @a data contains a series of valid message parts. 225 * Check if @a data contains a series of valid message parts.
224 * 226 *
225 * @param data_size Size of @a data. 227 * @param data_size
226 * @param data Data. 228 * Size of @a data.
227 * @param[out] first_ptype Type of first message part. 229 * @param data
228 * @param[out] last_ptype Type of last message part. 230 * Data.
231 * @param[out] first_ptype
232 * Type of first message part.
233 * @param[out] last_ptype
234 * Type of last message part.
229 * 235 *
230 * @return Number of message parts found in @a data. 236 * @return Number of message parts found in @a data.
231 * or GNUNET_SYSERR if the message contains invalid parts. 237 * or GNUNET_SYSERR if the message contains invalid parts.