vinum_hdr
struct vinum_hdr *hdr = (struct vinum_hdr *) vinumlabel; /* with this structure */
struct vinum_hdr *vhdr; /* buffer for header */
vhdr = (struct vinum_hdr *) Malloc(VINUMHEADERLEN); /* allocate buffer */
struct vinum_hdr *vhdr;
vhdr = (struct vinum_hdr *) Malloc(VINUMHEADERLEN); /* allocate buffers */
struct vinum_hdr *vhdr; /* and as header */
vhdr = (struct vinum_hdr *) Malloc(VINUMHEADERLEN); /* get space for the config data */