From 87e1eceda35d2e17ddfff0d099aaac57392e8bf1 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 16 Feb 2009 08:57:32 +0200 Subject: Make old bt_io_connect and bt_io_listen private in preparation of btio import --- common/glib-helper.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/glib-helper.h') 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); -- cgit