summaryrefslogtreecommitdiffstats
path: root/hcid/glib-ectomy.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/glib-ectomy.h')
-rw-r--r--hcid/glib-ectomy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/glib-ectomy.h b/hcid/glib-ectomy.h
index b1ac263b..703ae54b 100644
--- a/hcid/glib-ectomy.h
+++ b/hcid/glib-ectomy.h
@@ -92,6 +92,8 @@ guint g_io_add_watch (GIOChannel *channel,
GIOCondition condition,
GIOFunc func,
gpointer user_data);
+void g_io_remove_watch (guint id);
+
GMainLoop *g_main_loop_new (GMainContext *context,