diff options
Diffstat (limited to 'src/atcmd.h')
-rw-r--r-- | src/atcmd.h | 1 |
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 |