}
struct blob_attr *
-blob_memdup(struct blob_attr *attr)
+blob_memdup(const struct blob_attr *attr)
{
struct blob_attr *ret;
int size = blob_pad_len(attr);
extern bool blob_check_type(const void *ptr, unsigned int len, int type);
extern int blob_parse(struct blob_attr *attr, struct blob_attr **data, const struct blob_attr_info *info, int max);
extern int blob_parse_untrusted(struct blob_attr *attr, size_t attr_len, struct blob_attr **data, const struct blob_attr_info *info, int max);
-extern struct blob_attr *blob_memdup(struct blob_attr *attr);
+extern struct blob_attr *blob_memdup(const struct blob_attr *attr);
extern struct blob_attr *blob_put_raw(struct blob_buf *buf, const void *ptr, unsigned int len);
static inline struct blob_attr *