From ed15727b989478ee5016ba768e78ee534bb098c1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 28 Apr 2010 15:54:58 -0500 Subject: ppp: Add getter for HDLC object --- gatchat/gatppp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gatchat/gatppp.h') diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h index d9cdf0fc..dbb80ad8 100644 --- a/gatchat/gatppp.h +++ b/gatchat/gatppp.h @@ -27,6 +27,7 @@ extern "C" { #endif #include "gat.h" +#include "gathdlc.h" struct _GAtPPP; @@ -58,6 +59,8 @@ gboolean g_at_ppp_set_credentials(GAtPPP *ppp, const char *username, const char *g_at_ppp_get_username(GAtPPP *ppp); const char *g_at_ppp_get_password(GAtPPP *ppp); +GAtHDLC *g_at_ppp_get_hdlc(GAtPPP *ppp); + #ifdef __cplusplus } #endif -- cgit v1.2.3