diff options
Diffstat (limited to 'gatchat/ppp.h')
-rw-r--r-- | gatchat/ppp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/ppp.h b/gatchat/ppp.h index bf1f5508..e8473517 100644 --- a/gatchat/ppp.h +++ b/gatchat/ppp.h @@ -139,6 +139,7 @@ struct _GAtPPP { gint modem_watch; GAtDebugFunc debugf; gpointer debug_data; + int record_fd; }; gboolean ppp_cb(GIOChannel *channel, GIOCondition cond, gpointer data); |