ucode: check for errors in ftruncate()
[project/udebug.git] / udebug.h
index ae48837d09d172c2183008d39e335d5c60a49671..88f663b22235c1e711f38dc5a5584f7dfaf49cf5 100644 (file)
--- a/udebug.h
+++ b/udebug.h
@@ -19,6 +19,8 @@ struct udebug_ubus {
        udebug_config_cb cb;
 };
 
+void udebug_netlink_msg(struct udebug_buf *buf, uint16_t proto, const void *data, size_t len);
+
 void udebug_ubus_init(struct udebug_ubus *ctx, struct ubus_context *ubus,
                      const char *service, udebug_config_cb cb);
 void udebug_ubus_ring_init(struct udebug *ud, struct udebug_ubus_ring *ring);