From 223246228c5224a91147a98dc394ea60efab81ef Mon Sep 17 00:00:00 2001 From: James Maki Date: Wed, 28 Apr 2010 09:57:12 -0500 Subject: optional at command init --- src/atcmd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/atcmd.h') 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[] = { -- cgit v1.2.3