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>2011-01-29 20:00:01 +0300
committerFelix Fietkau <nbd@openwrt.org>2011-01-29 20:00:01 +0300
commit34b9f56464485dd1c899958b80fbfd18a76e7a2c (patch)
treeef2f9bc1fdf1ff8a7e601c4fd997a51e61f41c87 /blob.h
parent461e986a80600a3373ed5d5bb6db7bcd1baa92d1 (diff)
remove blob_buf::priv
Diffstat (limited to 'blob.h')
-rw-r--r--blob.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/blob.h b/blob.h
index c9364e9..a7afdcb 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;
};
/*