From ff57b7e4bafc2437d7ef147044b24835f3a4f4d2 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 26 Sep 2007 15:05:37 +0000 Subject: serial: Added GetServiceName --- serial/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serial/port.h') diff --git a/serial/port.h b/serial/port.h index 5935bef3..ad6f4fa8 100644 --- a/serial/port.h +++ b/serial/port.h @@ -27,6 +27,6 @@ int port_add_listener(DBusConnection *conn, int16_t id, bdaddr_t *dst, int port_remove_listener(const char *owner, const char *dev); int port_register(DBusConnection *conn, int16_t id, bdaddr_t *src, - bdaddr_t *dst, const char *dev, char *ppath); + bdaddr_t *dst, const char *dev, char *ppath, const char *svc); int port_unregister(const char *path); -- cgit