summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-16 08:57:32 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-16 08:57:32 +0200
commit87e1eceda35d2e17ddfff0d099aaac57392e8bf1 (patch)
treeda8010cffe420931af21c0746cd6af79d055774e /common/glib-helper.h
parent8dffd114dc07a2ec5832ae6b230a265fce10e7e9 (diff)
Make old bt_io_connect and bt_io_listen private in preparation of btio import
Diffstat (limited to 'common/glib-helper.h')
-rw-r--r--common/glib-helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/glib-helper.h b/common/glib-helper.h
index 0b06ca6c..5a40c473 100644
--- a/common/glib-helper.h
+++ b/common/glib-helper.h
@@ -98,6 +98,4 @@ gboolean bt_io_set_psm(BtIO *io, guint16 psm);
guint16 bt_io_get_psm(BtIO *io);
gboolean bt_io_set_mtu(BtIO *io, guint16 mtu);
guint16 bt_io_get_mtu(BtIO *io);
-BtIOError bt_io_connect(BtIO *io, const char *uuid, BtIOFunc func);
-BtIOError bt_io_listen(BtIO *io, const char *uuid, BtIOFunc func);
BtIOError bt_io_shutdown(BtIO *io);