diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/sockets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ouroboros/sockets.h b/include/ouroboros/sockets.h index aef4259e..3885ffb2 100644 --- a/include/ouroboros/sockets.h +++ b/include/ouroboros/sockets.h @@ -54,4 +54,6 @@ irm_msg_t * send_recv_irm_msg(irm_msg_t * msg); irm_msg_t * send_recv_irm_msg_b(irm_msg_t * msg); +void send_irm_msg(irm_msg_t * msg); + #endif |