Commit c0cae3fc authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Lasse Karstensen

vef_priv can fit on 64 bytes

parent b8afbfbe
......@@ -44,13 +44,13 @@
struct vef_priv {
unsigned magic;
#define VEF_MAGIC 0xf104b51f
int error;
ssize_t tot;
struct vgz *vgz;
struct vep_state *vep;
ssize_t tot;
int error;
char *ibuf;
char *ibuf_i;
char *ibuf_o;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment