diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-18 19:19:49 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-18 19:19:49 +0000 |
commit | aab0210d3c33296381cff7f988a30f75f058ae8c (patch) | |
tree | abc7c0b3f67c8d030006c8e9a0861d55e28d6471 /serial/storage.h | |
parent | 3568bdd8c1a21ba36e9baf0b1485a1960d1c566b (diff) |
serial: remove the entry from the persistent storage when RemovePort is called
Diffstat (limited to 'serial/storage.h')
-rw-r--r-- | serial/storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serial/storage.h b/serial/storage.h index 82512c90..2abdf0ce 100644 --- a/serial/storage.h +++ b/serial/storage.h @@ -21,5 +21,6 @@ * */ +int port_delete(bdaddr_t *src, bdaddr_t *dst, int id); int port_store(bdaddr_t *src, bdaddr_t *dst, int id, uint8_t ch, const char *svcname); |