summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-08 18:47:21 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-08 18:47:21 +0000
commit4d39e4d2ea552e2d4ad36c085700f513e10be7e0 (patch)
tree49f9b22a972b09445eec7581b2d460bd0ee6189c /common/glib-helper.h
parentb5514e6c7f0258da455bbde02482fbcdb29d4442 (diff)
Move set_nonblocking() to the GLib helpers for now
Diffstat (limited to 'common/glib-helper.h')
-rw-r--r--common/glib-helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/glib-helper.h b/common/glib-helper.h
index 97f51b11..7a312005 100644
--- a/common/glib-helper.h
+++ b/common/glib-helper.h
@@ -21,6 +21,8 @@
*
*/
+int set_nonblocking(int fd);
+
typedef void (*bt_io_callback_t) (GIOChannel *io, int err, gpointer user_data);
typedef void (*bt_callback_t) (sdp_list_t *recs, int err, gpointer user_data);
typedef void (*bt_destroy_t) (gpointer user_data);