vcf_hdr_read

@param fp The file to read the header from @return Pointer to a populated header structure on success; NULL on failure

Use bcf_hdr_read() instead.

The bcf_hdr_t struct returned by a successful call should be freed via bcf_hdr_destroy() when it is no longer needed.

extern (C)
vcf_hdr_read

Meta