summaryrefslogtreecommitdiff
path: root/src/cmumble.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmumble.h')
-rw-r--r--src/cmumble.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmumble.h b/src/cmumble.h
index 8caa9ef..9e65ec2 100644
--- a/src/cmumble.h
+++ b/src/cmumble.h
@@ -11,6 +11,7 @@
#include "connection.h"
#include "audio.h"
#include "commands.h"
+#include "ocb/ocb.h"
typedef void (*callback_t)(ProtobufCMessage *msg, struct cmumble_context *);
@@ -32,6 +33,11 @@ struct cmumble_context {
GList *users;
GList *channels;
+
+ keystruct *ocb;
+ guchar *ocb_key;
+ guchar *ocb_client_nonce;
+ guchar *ocb_server_nonce;
};
struct cmumble_user {