diff options
Diffstat (limited to 'src/connection.h')
-rw-r--r-- | src/connection.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/connection.h b/src/connection.h index e38150d..cf3dbc0 100644 --- a/src/connection.h +++ b/src/connection.h @@ -12,17 +12,13 @@ struct cmumble_connection { GOutputStream *output; GSource *source; - - struct mumble_callbacks *callbacks; }; struct context; -struct mumble_callbacks; int cmumble_connection_init(struct context *ctx, - const char *host, int port, - struct mumble_callbacks *cbs); + const char *host, int port); int cmumble_connection_fini(struct context *ctx); |