X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=libubus.h;h=99cbbb44701f96621489ce906cfe42b38a58bc61;hp=917d1221e3d2808a3b3ec5daaa8cbfa1e01bba37;hb=a62e2f8c15a65efb1a82404d8f31e3bfc1cbe7d9;hpb=34161692fae8a5d81bc73e8005effd1fd13aa412 diff --git a/libubus.h b/libubus.h index 917d122..99cbbb4 100644 --- a/libubus.h +++ b/libubus.h @@ -11,6 +11,9 @@ * GNU General Public License for more details. */ +#ifndef __LIBUBUS_H +#define __LIBUBUS_H + #include #include #include @@ -231,3 +234,5 @@ static inline int ubus_unregister_event_handler(struct ubus_context *ctx, { return ubus_remove_object(ctx, &ev->obj); } + +#endif