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/io.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h index 2f48df7..c774b6a 100644 --- a/src/io.h +++ b/src/io.h @@ -10,12 +10,12 @@ struct cmumble_io { struct termios term; }; -struct context; +struct cmumble_context; int -cmumble_io_init(struct context *ctx); +cmumble_io_init(struct cmumble_context *ctx); int -cmumble_io_fini(struct context *ctx); +cmumble_io_fini(struct cmumble_context *ctx); #endif /* _IO_H_ */ -- cgit