summaryrefslogtreecommitdiffstats
path: root/eglib
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-21 01:40:49 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-21 01:40:49 +0000
commit404ef616fb79ab1f95e6f91c8ea62e49b33b5e2a (patch)
tree911a84d4eb5cdceb3516d763735b17bf3273df6c /eglib
parentc5d749832f000907deeb836b547e396c7638998b (diff)
make child_watch() static
Diffstat (limited to 'eglib')
-rw-r--r--eglib/gmain.c2
1 files changed, 1 insertions, 1 deletions
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];