mirror of
https://github.com/vale981/libblobpack
synced 2025-03-06 02:11:43 -05:00
remove blob_buf::priv
This commit is contained in:
parent
e22308ecb0
commit
036674fe03
1 changed files with 0 additions and 1 deletions
1
blob.h
1
blob.h
|
@ -115,7 +115,6 @@ struct blob_buf {
|
||||||
bool (*grow)(struct blob_buf *buf, int minlen);
|
bool (*grow)(struct blob_buf *buf, int minlen);
|
||||||
int buflen;
|
int buflen;
|
||||||
void *buf;
|
void *buf;
|
||||||
void *priv;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue