diff options
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r-- | gatchat/gatppp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h index 1544b311..fcaf3a9d 100644 --- a/gatchat/gatppp.h +++ b/gatchat/gatppp.h @@ -80,6 +80,7 @@ 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); +void g_at_ppp_set_pfc_enabled(GAtPPP *ppp, gboolean enabled); #ifdef __cplusplus } |