summaryrefslogtreecommitdiffstats
path: root/serial/storage.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-05-18 19:19:49 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-05-18 19:19:49 +0000
commitaab0210d3c33296381cff7f988a30f75f058ae8c (patch)
treeabc7c0b3f67c8d030006c8e9a0861d55e28d6471 /serial/storage.h
parent3568bdd8c1a21ba36e9baf0b1485a1960d1c566b (diff)
serial: remove the entry from the persistent storage when RemovePort is called
Diffstat (limited to 'serial/storage.h')
-rw-r--r--serial/storage.h1
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);