summaryrefslogtreecommitdiffstats
path: root/serial/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'serial/port.h')
-rw-r--r--serial/port.h2
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,