diff options
-rw-r--r-- | gatchat/gatmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatmux.h b/gatchat/gatmux.h index c8d6b778..fcb3f329 100644 --- a/gatchat/gatmux.h +++ b/gatchat/gatmux.h @@ -81,7 +81,7 @@ int g_at_mux_raw_read(GAtMux *mux, void *data, int toread); int g_at_mux_raw_write(GAtMux *mux, const void *data, int towrite); void g_at_mux_set_data(GAtMux *mux, void *data); -void g_at_mux_get_data(GAtMux *mux); +void *g_at_mux_get_data(GAtMux *mux); /*! * Uses the passed in GAtChat to setup a GSM 07.10 style multiplexer on the |