summaryrefslogtreecommitdiff
path: root/src/atcmd.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/atcmd.h
parentd0b5cdf1351cb02dc001aab5bd44ff6c5f681abc (diff)
downloadsms-utils-sms-text-mode.tar.gz
sms-utils-sms-text-mode.tar.bz2
sms-utils-sms-text-mode.zip
sms using text modesms-text-mode
Diffstat (limited to 'src/atcmd.h')
-rw-r--r--src/atcmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/atcmd.h b/src/atcmd.h
index de6eeee..6461250 100644
--- a/src/atcmd.h
+++ b/src/atcmd.h
@@ -62,7 +62,10 @@ int atcmd_v_write(int fd, int mode);
int atcmd_q_write(int fd, int mode);
int atcmd_plus_cmgf_write(int fd, int mode);
int atcmd_plus_cmgw_write(int fd, const char *msg, size_t msg_len);
+int atcmd_plus_cmgw_write_text(int fd, const char *addr, int addr_type,
+ const char *status, const char *msg, size_t msg_len);
int atcmd_plus_cmgs_write(int fd, const char *msg, size_t msg_len);
+int atcmd_plus_cmgs_write_text(int fd, const char *addr, const char *msg, size_t msg_len);
int atcmd_plus_cmss_write(int fd, int index, const char *addr, int addr_type);
int atcmd_plus_cmgd_write(int fd, int index);