From aab0210d3c33296381cff7f988a30f75f058ae8c Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Fri, 18 May 2007 19:19:49 +0000 Subject: serial: remove the entry from the persistent storage when RemovePort is called --- serial/storage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'serial/storage.h') 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); -- cgit