From 404ef616fb79ab1f95e6f91c8ea62e49b33b5e2a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 21 Jan 2007 01:40:49 +0000 Subject: make child_watch() static --- eglib/gmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eglib/gmain.c') diff --git a/eglib/gmain.c b/eglib/gmain.c index dfe56fcd..8da81b21 100644 --- a/eglib/gmain.c +++ b/eglib/gmain.c @@ -608,7 +608,7 @@ static gboolean child_watch_remove(GMainContext *context, guint id) return FALSE; } -gboolean child_watch(GIOChannel *io, GIOCondition cond, gpointer user_data) +static gboolean child_watch(GIOChannel *io, GIOCondition cond, gpointer user_data) { int ret; char b[20]; -- cgit