Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/blob.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-01 22:54:05 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-06-01 22:54:20 +0400
commit5cfe2696f0101dc3b304dbffeefd6723b7ec8453 (patch)
tree8c5e5b6edd33a411fd7e0b77ac228af958fc6257 /blob.h
parent0608d1299546d4af1facc271a090cb2abb8c6105 (diff)
blob: add blob_memdup()
Diffstat (limited to 'blob.h')
-rw-r--r--blob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blob.h b/blob.h
index ffd9f9a..81a65ae 100644
--- a/blob.h
+++ b/blob.h
@@ -242,6 +242,7 @@ 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(const 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);
+extern struct blob_attr *blob_memdup(struct blob_attr *attr);
static inline struct blob_attr *
blob_put_string(struct blob_buf *buf, int id, const char *str)