diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-17 19:08:16 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-17 19:08:16 +0000 |
commit | 01cb453b85b7cf26ee9e5f848717d82ce455070a (patch) | |
tree | dcc20ecb0b5cb6ec498f667bdfd9932e583f77e7 /serial/port.h | |
parent | 23a6e61e8ceeb719a88788292390ad062712034d (diff) |
serial: added RemovePort and bonded node list
Diffstat (limited to 'serial/port.h')
-rw-r--r-- | serial/port.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/serial/port.h b/serial/port.h index cb2ecf65..c6a74548 100644 --- a/serial/port.h +++ b/serial/port.h @@ -31,6 +31,8 @@ int port_remove_listener(const char *owner, const char *name); int port_register(DBusConnection *conn, int id, const char *name, char *ppath); +int port_unregister(const char *path); + const char *port_get_owner(DBusConnection *conn, int16_t id); int port_open(const char *dev, open_notify_t notify, |