summaryrefslogtreecommitdiff
path: root/include/ouroboros/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ouroboros/sockets.h')
-rw-r--r--include/ouroboros/sockets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ouroboros/sockets.h b/include/ouroboros/sockets.h
index b34537a7..871e3c36 100644
--- a/include/ouroboros/sockets.h
+++ b/include/ouroboros/sockets.h
@@ -51,7 +51,9 @@ struct irm_msg {
int client_socket_open(char * file_name);
int server_socket_open(char * file_name);
+/* Caller has to free the buffer */
buffer_t * serialize_irm_msg(struct irm_msg * msg);
+/* Caller has to free all the allocated fields in the message */
struct irm_msg * deserialize_irm_msg(buffer_t * data);
#endif