summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
authorGuillaume Zajac <guillaume.zajac@linux.intel.com>2011-06-29 10:20:23 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-06-29 00:22:25 -0500
commit84ccc874dad70dfa4464ae5a1b295373211882ca (patch)
treeb7e75460af0ec4fe028afc55bf9f9d346cdc6daf /gatchat/gatppp.h
parent00bd7f8735d05e7965704b0679518c274a71e5bb (diff)
downloadofono-84ccc874dad70dfa4464ae5a1b295373211882ca.tar.bz2
GAtPPP: Add ACFC option support
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r--gatchat/gatppp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h
index f0930a77..1544b311 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -79,6 +79,8 @@ void g_at_ppp_set_recording(GAtPPP *ppp, const char *filename);
void g_at_ppp_set_server_info(GAtPPP *ppp, const char *remote_ip,
const char *dns1, const char *dns2);
+void g_at_ppp_set_acfc_enabled(GAtPPP *ppp, gboolean enabled);
+
#ifdef __cplusplus
}
#endif