diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-02-10 08:58:01 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-02-10 08:58:01 +0100 |
commit | 191c95c1c2e747fb3279a03326e7ca3d7c13df05 (patch) | |
tree | 15744fc993096cefafb26fc60d4b22771a2629b4 /src/message.h | |
parent | 0a4c488712152d299fe05c3ae19e3ecde5cb68ff (diff) | |
download | cmumble-191c95c1c2e747fb3279a03326e7ca3d7c13df05.tar.gz cmumble-191c95c1c2e747fb3279a03326e7ca3d7c13df05.tar.bz2 cmumble-191c95c1c2e747fb3279a03326e7ca3d7c13df05.zip |
s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/g
Diffstat (limited to 'src/message.h')
-rw-r--r-- | src/message.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/message.h b/src/message.h index d70743b..7f3ffe4 100644 --- a/src/message.h +++ b/src/message.h @@ -10,12 +10,12 @@ enum cmumble_message { #undef MUMBLE_MSG }; -struct cmumble_context; +struct cmumlbe; void -cmumble_send_msg(struct cmumble_context *ctx, ProtobufCMessage *msg); +cmumble_send_msg(struct cmumlbe *cm, ProtobufCMessage *msg); int -cmumble_recv_msg(struct cmumble_context *ctx); +cmumble_recv_msg(struct cmumlbe *cm); #endif /* _MESSAGE_H_ */ |