From 40aca0691949f41c27704c1f8c4d05fae655cf26 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 21 Aug 2022 11:20:37 +0200 Subject: Implement message sending --- net.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net.h') diff --git a/net.h b/net.h index 3a53d9e..3bd184a 100644 --- a/net.h +++ b/net.h @@ -9,5 +9,6 @@ void net_quit(void); // disconnect and clean up // interface for the GUI implementation void net_connect(const char* jid, const char* password); void net_disconnect(void); - +void net_send_message(const char* sender, const char* content, + const char* recipient); #endif -- cgit v1.2.3-70-g09d2