diff options
author | James Maki <jmaki@multitech.com> | 2010-04-28 09:57:12 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-04-28 09:57:12 -0500 |
commit | 223246228c5224a91147a98dc394ea60efab81ef (patch) | |
tree | 657adf4bbf1c59be35a37cadef783d0a8e1d3567 /src/atcmd.h | |
parent | a2848ad713af4d78cf0326dcf44a36bba3e93e40 (diff) | |
download | sms-utils-223246228c5224a91147a98dc394ea60efab81ef.tar.gz sms-utils-223246228c5224a91147a98dc394ea60efab81ef.tar.bz2 sms-utils-223246228c5224a91147a98dc394ea60efab81ef.zip |
optional at command init
Diffstat (limited to 'src/atcmd.h')
-rw-r--r-- | src/atcmd.h | 2 |
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[] = { |