summaryrefslogtreecommitdiff
path: root/src/atcmd.h
diff options
context:
space:
mode:
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);