diff options
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r-- | gatchat/gatppp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h index 2fba90f7..41aadcad 100644 --- a/gatchat/gatppp.h +++ b/gatchat/gatppp.h @@ -34,9 +34,9 @@ typedef enum _GAtPPPConnectStatus { G_AT_PPP_CONNECT_FAIL } GAtPPPConnectStatus; -typedef void (*GAtPPPConnectFunc)(GAtPPP *ppp, GAtPPPConnectStatus success, - guint32 ip_address, - guint32 dns1, guint32 dns2, +typedef void (*GAtPPPConnectFunc)(GAtPPPConnectStatus success, + const char *iface, const char *ip, + const char *dns1, const char *dns2, gpointer user_data); typedef void (*GAtPPPDisconnectFunc)(GAtPPP *ppp, gpointer user_data); |