projects
/
oweals
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38aa926
)
make ubus_default_connection_lost static
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 6 Feb 2011 23:07:59 +0000
(
00:07
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 6 Feb 2011 23:07:59 +0000
(
00:07
+0100)
libubus.c
patch
|
blob
|
history
diff --git
a/libubus.c
b/libubus.c
index 3050509a781ca975e702ace3e5e42b21b5c379e0..3b100f111f16b5d4d6841c2d70326e8899c1c323 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();