libubus-internal: use the __hidden definition from libubox

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
Felix Fietkau 2014-03-18 22:12:21 +01:00
parent 8f3c5a7b50
commit 4d7b2ab639

View file

@ -14,8 +14,6 @@
#ifndef __LIBUBUS_IO_H
#define __LIBUBUS_IO_H
#define __hidden __attribute__((visibility ("hidden")))
extern struct blob_buf b;
extern const struct ubus_method watch_method;