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:
4a3bb66
)
change the ubus signature type to int instead of the enum, as there are possible...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 Feb 2011 16:26:21 +0000
(17:26 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 Feb 2011 16:26:21 +0000
(17:26 +0100)
libubus.h
patch
|
blob
|
history
diff --git
a/libubus.h
b/libubus.h
index 8b5085af788a76d08960692059e4f805e2ea4bb0..b58a4dc448008993f58e410757e0a0106c1ab384 100644
(file)
--- a/
libubus.h
+++ b/
libubus.h
@@
-49,7
+49,7
@@
typedef void (*ubus_complete_handler_t)(struct ubus_request *req, int ret);
}
struct ubus_signature {
-
enum blobmsg_type
type;
+
int
type;
const char *name;
};