summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.h
diff options
context:
space:
mode:
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);