projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
461e986
)
remove blob_buf::priv
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 29 Jan 2011 17:00:01 +0000
(18:00 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 29 Jan 2011 17:00:01 +0000
(18:00 +0100)
blob.h
patch
|
blob
|
history
diff --git
a/blob.h
b/blob.h
index c9364e93902a63a868793283c367757cb1b89029..a7afdcb26b5cec14be8297b736eee6b5d25549df 100644
(file)
--- 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;
};
/*