From: Felix Fietkau Date: Sun, 6 Feb 2011 23:07:59 +0000 (+0100) Subject: make ubus_default_connection_lost static X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fubus.git;a=commitdiff_plain;h=a93b044d6a5a4bed51d776cb0950e7d20fb17b84;hp=38aa926349b8ab7c39920f5858d3fd3ddb1ed2b9 make ubus_default_connection_lost static --- diff --git a/libubus.c b/libubus.c index 3050509..3b100f1 100644 --- 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();