summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2007-11-17 02:26:24 +0000
committerroot <root>2007-11-17 02:26:24 +0000
commit25f13589ecb8b8fb18c73d5fc8d46c9dadde2a7f (patch)
treef2c905fedcbbabf4b369459fccda96bf472dad36 /ev.c
parent46b65b3837b54f481a93dc0be132210bd2e00f1f (diff)
do not export loop_destroy
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 5dbd724..4832033 100644
--- a/ev.c
+++ b/ev.c
@@ -811,7 +811,7 @@ loop_init (EV_P_ unsigned int flags)
}
}
-void
+static void
loop_destroy (EV_P)
{
int i;