summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.h
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2010-05-13 10:31:32 -0700
committerDenis Kenzior <denkenz@gmail.com>2010-05-19 02:58:45 -0500
commit3fff4c49c8de500a6355e012c7246890368b2cb7 (patch)
treedcc11fd6608fad5ac80c14af92125364ccd458e9 /gatchat/ppp.h
parent0d8b86ed79ff6f12d35c5c155e858e3c174af34b (diff)
downloadofono-3fff4c49c8de500a6355e012c7246890368b2cb7.tar.bz2
ppp: implement ppp_packet_new
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 7f6c950a..b6c5f4aa 100644
--- a/gatchat/ppp.h
+++ b/gatchat/ppp.h
@@ -114,3 +114,4 @@ void ppp_lcp_finished_notify(GAtPPP *ppp);
void ppp_set_recv_accm(GAtPPP *ppp, guint32 accm);
void ppp_set_xmit_accm(GAtPPP *ppp, guint32 accm);
void ppp_set_mtu(GAtPPP *ppp, const guint8 *data);
+struct ppp_header *ppp_packet_new(gsize infolen, guint16 protocol);