make ubus_default_connection_lost static
authorFelix Fietkau <nbd@openwrt.org>
Sun, 6 Feb 2011 23:07:59 +0000 (00:07 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 6 Feb 2011 23:07:59 +0000 (00:07 +0100)
libubus.c

index 3050509..3b100f1 100644 (file)
--- a/libubus.c
+++ b/libubus.c
@@ -733,7 +733,7 @@ int ubus_register_event_handler(struct ubus_context *ctx,
 }
 
 
-void ubus_default_connection_lost(struct ubus_context *ctx)
+static void ubus_default_connection_lost(struct ubus_context *ctx)
 {
        if (ctx->sock.registered)
                uloop_end();