summaryrefslogtreecommitdiff
path: root/src/atcmd.h
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-05-07 10:12:55 -0500
committerJames Maki <jmaki@multitech.com>2010-05-07 10:12:55 -0500
commitb7e06668878af06fc6e74842861e725b982b142f (patch)
tree4709270926ad7fc804fd71d455503b6945224c0f /src/atcmd.h
parent2b85ae17d6c73c619d17f8987069c0e6aaf390a2 (diff)
downloadsms-utils-b7e06668878af06fc6e74842861e725b982b142f.tar.gz
sms-utils-b7e06668878af06fc6e74842861e725b982b142f.tar.bz2
sms-utils-b7e06668878af06fc6e74842861e725b982b142f.zip
add device lock
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 8fbd240..d9a53a0 100644
--- a/src/atcmd.h
+++ b/src/atcmd.h
@@ -108,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_close(int fd);
int sms_device_open(void);
#if __ATCMD_C