aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-03 11:08:57 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-03 11:08:57 +0200
commit0536ddbc7d0b2b749664ec148d6a1d3be5973390 (patch)
tree7547ca5e0cf33a3a2e680ab95d9c5225341c064c /uzbl.h
parent4292e53ea63500978bdb0594cd9c4ee96cc4dd69 (diff)
somewhat improved fifo code. bug still not fixed
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h2
1 files changed, 1 insertions, 1 deletions
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();