From 223246228c5224a91147a98dc394ea60efab81ef Mon Sep 17 00:00:00 2001 From: James Maki Date: Wed, 28 Apr 2010 09:57:12 -0500 Subject: optional at command init --- src/global.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index ccfb6b4..4a73d9e 100644 --- a/src/global.h +++ b/src/global.h @@ -20,6 +20,7 @@ struct global_user { struct global_core { speed_t baud_rate; int read_timeout; + int sms_init; char *device; int verbose; int interactive; @@ -61,6 +62,7 @@ struct global_config Global = { .core = { .verbose = false, .interactive = true, + .sms_init = true, .baud_rate = B115200, .read_timeout = 5000, .device = DEFAULT_DEVICE, -- cgit v1.2.3