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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/include/gnunet_psyc_message.h b/src/include/gnunet_psyc_message.h
index 3748832ba..e85f40052 100644
--- a/src/include/gnunet_psyc_message.h
+++ b/src/include/gnunet_psyc_message.h
@@ -60,6 +60,8 @@ extern "C"
60 * 60 *
61 * @return Message header with size information, 61 * @return Message header with size information,
62 * followed by the message parts. 62 * followed by the message parts.
63 *
64 * FIXME: arg order
63 */ 65 */
64struct GNUNET_PSYC_Message * 66struct GNUNET_PSYC_Message *
65GNUNET_PSYC_message_create (const char *method_name, 67GNUNET_PSYC_message_create (const char *method_name,
@@ -83,6 +85,8 @@ GNUNET_PSYC_message_create (const char *method_name,
83 * 85 *
84 * @return #GNUNET_OK on success, 86 * @return #GNUNET_OK on success,
85 * #GNUNET_SYSERR on parse error. 87 * #GNUNET_SYSERR on parse error.
88 *
89 * FIXME: arg order
86 */ 90 */
87int 91int
88GNUNET_PSYC_message_parse (const struct GNUNET_PSYC_MessageHeader *msg, 92GNUNET_PSYC_message_parse (const struct GNUNET_PSYC_MessageHeader *msg,
@@ -97,11 +101,6 @@ GNUNET_PSYC_log_message (enum GNUNET_ErrorType kind,
97 const struct GNUNET_MessageHeader *msg); 101 const struct GNUNET_MessageHeader *msg);
98 102
99 103
100int
101GNUNET_PSYC_check_message_parts (uint16_t data_size, const char *data,
102 uint16_t *first_ptype, uint16_t *last_ptype);
103
104
105struct GNUNET_PSYC_TransmitHandle; 104struct GNUNET_PSYC_TransmitHandle;
106 105
107/** 106/**