summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/ppp.h')
-rw-r--r--gatchat/ppp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/ppp.h b/gatchat/ppp.h
index 6797603d..9a9eab2b 100644
--- a/gatchat/ppp.h
+++ b/gatchat/ppp.h
@@ -133,7 +133,7 @@ struct _GAtPPP {
GQueue *recv_queue;
GAtPPPConnectFunc connect_cb;
gpointer connect_data;
- GAtPPPDisconnectFunc disconnect_cb;
+ GAtDisconnectFunc disconnect_cb;
gpointer disconnect_data;
gint modem_watch;
};