diff options
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |