summaryrefslogtreecommitdiff
path: root/src/atcmd.h
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-08-25 08:12:23 -0500
committerJames Maki <jmaki@multitech.com>2010-08-25 08:12:23 -0500
commitd0b5cdf1351cb02dc001aab5bd44ff6c5f681abc (patch)
tree7117504a77f5b7b110e1150a949fea3982b1d410 /src/atcmd.h
parent51763cb7ea19ab1fa7f5f6f0a87777437834a934 (diff)
downloadsms-utils-d0b5cdf1351cb02dc001aab5bd44ff6c5f681abc.tar.gz
sms-utils-d0b5cdf1351cb02dc001aab5bd44ff6c5f681abc.tar.bz2
sms-utils-d0b5cdf1351cb02dc001aab5bd44ff6c5f681abc.zip
add ATQ0 and set version to 0.0.40.0.4
Diffstat (limited to 'src/atcmd.h')
-rw-r--r--src/atcmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atcmd.h b/src/atcmd.h
index d9a53a0..de6eeee 100644
--- a/src/atcmd.h
+++ b/src/atcmd.h
@@ -59,6 +59,7 @@ int atcmd_response_foreach_line(int fd, atcmd_response_callback_t call, void *pr
int atcmd_e_write(int fd, int mode);
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_cmgs_write(int fd, const char *msg, size_t msg_len);