From 498f3e8abb59742720e8ff01b3018802651be430 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 23 Sep 2011 15:15:47 +0200 Subject: Add prefix cmumble_ to struct context and struct user --- src/connection.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/connection.h') diff --git a/src/connection.h b/src/connection.h index cf3dbc0..f37c0c7 100644 --- a/src/connection.h +++ b/src/connection.h @@ -14,13 +14,13 @@ struct cmumble_connection { GSource *source; }; -struct context; +struct cmumble_context; int -cmumble_connection_init(struct context *ctx, +cmumble_connection_init(struct cmumble_context *ctx, const char *host, int port); int -cmumble_connection_fini(struct context *ctx); +cmumble_connection_fini(struct cmumble_context *ctx); #endif /* _CONNECTION_H_ */ -- cgit