diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-08-16 13:15:46 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-08-16 13:15:46 +0000 |
commit | 7f0afa058ede87359b3104ffa72874ed59f68432 (patch) | |
tree | 82e21cc6bd5760f68df8eb40dcee83c3e54a8397 /serial/storage.h | |
parent | 57c2796d829c4b0078db7b59025e3cecdf85b2f0 (diff) |
serial: RemoveProxy - remove the entry from the storage
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 300976b9..4a24bdf7 100644 --- a/serial/storage.h +++ b/serial/storage.h @@ -24,5 +24,6 @@ int port_delete(bdaddr_t *src, bdaddr_t *dst, int16_t id); int port_store(bdaddr_t *src, bdaddr_t *dst, int16_t id, uint8_t ch, const char *svcname); +int proxy_delete(bdaddr_t *src, const char *tty); int proxy_store(bdaddr_t *src, const char *uuid, const char *tty, const char *name, uint8_t ch, int opts, struct termios *ti); |