From 50b50c99540b85b307bb0e0b169928594c088838 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 24 Sep 2011 11:30:45 +0200 Subject: Use an asynchronous connection initiation So we arent blocked, and unable to handle cmdline interaction while connecting. --- src/cmumble.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cmumble.h') diff --git a/src/cmumble.h b/src/cmumble.h index afca177..ad0ab33 100644 --- a/src/cmumble.h +++ b/src/cmumble.h @@ -26,6 +26,8 @@ struct cmumble_context { uint32_t session; gboolean authenticated; + char *user_name; + int64_t sequence; GList *users; @@ -47,4 +49,7 @@ enum udp_message_type { udp_voice_celt_beta }; +void +cmumble_protocol_init(struct cmumble_context *ctx); + #endif -- cgit