summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-13 14:59:13 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-13 14:59:13 -0500
commit1d939052fcf8c1c37d3f2374efcbe254f0d93d34 (patch)
tree0e1dc2203089925bd58bd331913ba543f82c0dcd /gatchat/ppp.h
parentd1d73a75fc46e9ea88d4daf5c9223e8d9268c305 (diff)
downloadofono-1d939052fcf8c1c37d3f2374efcbe254f0d93d34.tar.bz2
ppp: Introduce ppp_net_down_notify
Diffstat (limited to 'gatchat/ppp.h')
-rw-r--r--gatchat/ppp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/ppp.h b/gatchat/ppp.h
index f3b325e2..867dcc7a 100644
--- a/gatchat/ppp.h
+++ b/gatchat/ppp.h
@@ -81,6 +81,7 @@ void ppp_set_auth(GAtPPP *ppp, const guint8 *auth_data);
void ppp_auth_notify(GAtPPP *ppp, gboolean success);
void ppp_net_up_notify(GAtPPP *ppp, const char *ip,
const char *dns1, const char *dns2);
+void ppp_net_down_notify(GAtPPP *ppp);
void ppp_set_recv_accm(GAtPPP *ppp, guint32 accm);
void ppp_set_xmit_accm(GAtPPP *ppp, guint32 accm);
void ppp_set_pfc(GAtPPP *ppp, gboolean pfc);