From 0536ddbc7d0b2b749664ec148d6a1d3be5973390 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 3 May 2009 11:08:57 +0200 Subject: somewhat improved fifo code. bug still not fixed --- uzbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uzbl.h') diff --git a/uzbl.h b/uzbl.h index 652f2f0..d0d6ec7 100644 --- a/uzbl.h +++ b/uzbl.h @@ -83,7 +83,7 @@ void build_stream_name(int type); static void -control_fifo(GIOChannel *fd); +control_fifo(GIOChannel *gio, GIOCondition condition); static void create_fifo(); -- cgit v1.2.3