From 50a2ba82d9a667b8e7ad700be399318a8349d338 Mon Sep 17 00:00:00 2001 From: Dequis Date: Mon, 15 Jun 2009 01:09:40 -0300 Subject: Fix control_socket to use GIOChannel --- uzbl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uzbl.h') diff --git a/uzbl.h b/uzbl.h index 865b87e..21840f3 100644 --- a/uzbl.h +++ b/uzbl.h @@ -328,6 +328,9 @@ init_socket(gchar *dir); static gboolean control_socket(GIOChannel *chan); +static gboolean +control_client_socket(GIOChannel *chan); + static void update_title (void); -- cgit v1.2.3