X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=c2049f1f410f9b4e9e2dc7f8bbc2312b7a8238fa;hp=6f9112c5965dbaa48ba206b9e480a77ca4c1dba8;hb=6a84e770ed9f4ea0ffe9b20625f8f15868f5424b;hpb=245527193e90906451be35c2b8e972b8712ea6ab diff --git a/interface.h b/interface.h index 6f9112c..c2049f1 100644 --- a/interface.h +++ b/interface.h @@ -193,6 +193,7 @@ void interface_add_error(struct interface *iface, const char *subsystem, const char *code, const char **data, int n_data); int interface_add_data(struct interface *iface, const struct blob_attr *data); +int interface_parse_data(struct interface *iface, const struct blob_attr *attr); void interface_update_start(struct interface *iface); void interface_update_complete(struct interface *iface);