remove blob_buf::priv

This commit is contained in:
Felix Fietkau 2011-01-29 18:00:01 +01:00
parent 461e986a80
commit 34b9f56464

1
blob.h
View file

@ -115,7 +115,6 @@ struct blob_buf {
bool (*grow)(struct blob_buf *buf, int minlen);
int buflen;
void *buf;
void *priv;
};
/*