X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=blob.h;h=7d7509c288f0970f9eaa6baa24ea4148e08d1874;hp=c9364e93902a63a868793283c367757cb1b89029;hb=f2b9272e0b427545e34b27ba4be4a5b1bbc6ad69;hpb=71f0be5e11b773ed4b09d1cc46099cdafacbd56a diff --git a/blob.h b/blob.h index c9364e9..7d7509c 100644 --- a/blob.h +++ b/blob.h @@ -115,7 +115,6 @@ struct blob_buf { bool (*grow)(struct blob_buf *buf, int minlen); int buflen; void *buf; - void *priv; }; /* @@ -219,6 +218,7 @@ extern struct blob_attr *blob_new(struct blob_buf *buf, int id, int payload); extern void *blob_nest_start(struct blob_buf *buf, int id); extern void blob_nest_end(struct blob_buf *buf, void *cookie); extern struct blob_attr *blob_put(struct blob_buf *buf, int id, const void *ptr, int len); +extern bool blob_check_type(void *ptr, int len, int type); extern int blob_parse(struct blob_attr *attr, struct blob_attr **data, const struct blob_attr_info *info, int max); static inline struct blob_attr *