summaryrefslogtreecommitdiff
path: root/src/atcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atcmd.h')
-rw-r--r--src/atcmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atcmd.h b/src/atcmd.h
index 692a711..8fbd240 100644
--- a/src/atcmd.h
+++ b/src/atcmd.h
@@ -58,6 +58,7 @@ typedef int (*atcmd_response_callback_t)(char *buf, size_t len, void *prv);
int atcmd_response_foreach_line(int fd, atcmd_response_callback_t call, void *prv);
int atcmd_e_write(int fd, int mode);
+int atcmd_v_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);
@@ -107,6 +108,7 @@ int atcmd_plus_cpbs_write(int fd, const char *name);
int atcmd_plus_cpbr_test(int fd, struct phonebook_store *store);
int atcmd_init(int fd, int read_timeout);
+int sms_device_open(void);
#if __ATCMD_C
const char *abort_dfl[] = {