summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-09-10 10:49:55 -0500
committerJames Maki <jmaki@multitech.com>2010-09-10 10:49:55 -0500
commitf090469e2776fea6a27a7ac6612b666d20dc9a05 (patch)
tree5ddc79c8b9ca0c66333b3571453823de9766d5fb /src/global.h
parentd0b5cdf1351cb02dc001aab5bd44ff6c5f681abc (diff)
downloadsms-utils-f090469e2776fea6a27a7ac6612b666d20dc9a05.tar.gz
sms-utils-f090469e2776fea6a27a7ac6612b666d20dc9a05.tar.bz2
sms-utils-f090469e2776fea6a27a7ac6612b666d20dc9a05.zip
sms using text modesms-text-mode
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index fe8f5c2..5e2ffd8 100644
--- a/src/global.h
+++ b/src/global.h
@@ -30,6 +30,8 @@ struct global_core {
char *msg_store_new;
char *pb_store;
+ int sms_mode;
+
char *editor;
char *edit_file;
};