From a93b044d6a5a4bed51d776cb0950e7d20fb17b84 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Feb 2011 00:07:59 +0100 Subject: [PATCH] make ubus_default_connection_lost static --- libubus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0