aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Dequis <dx@dxzone.com.ar>2009-06-15 01:09:40 -0300
committerGravatar Dequis <dx@dxzone.com.ar>2009-06-15 01:09:40 -0300
commit50a2ba82d9a667b8e7ad700be399318a8349d338 (patch)
tree3e38e010f0138df5350c4bfcc24efca2a0c2219d /uzbl.h
parente230f5720de05c2d385b6047de1c8d7c422728d6 (diff)
Fix control_socket to use GIOChannel
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h3
1 files changed, 3 insertions, 0 deletions
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);