From acd6eea934442be4514e2176b49d5d6e3d5eb6d8 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 12 Feb 2012 19:30:35 +0100 Subject: Fix typo in cmumble struct name --- src/cmumble.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cmumble.h') diff --git a/src/cmumble.h b/src/cmumble.h index cc40149..1b336d8 100644 --- a/src/cmumble.h +++ b/src/cmumble.h @@ -12,9 +12,9 @@ #include "audio.h" #include "commands.h" -typedef void (*callback_t)(ProtobufCMessage *msg, struct cmumlbe *); +typedef void (*callback_t)(ProtobufCMessage *msg, struct cmumble *); -struct cmumlbe { +struct cmumble { struct cmumble_connection con; struct cmumble_io io; struct cmumble_audio audio; @@ -72,6 +72,6 @@ enum udp_message_target { }; void -cmumble_protocol_init(struct cmumlbe *cm); +cmumble_protocol_init(struct cmumble *cm); #endif -- cgit