7 /* Like getline, but read from a gzFile. Allocation is with talloc.
10 * UTIL_SUCCESS, UTIL_OUT_OF_MEMORY, UTIL_ERRNO, UTIL_GZERROR
11 * Consult util.h for description
13 * UTIL_EOF End of file encountered before
17 gz_getline (void *ctx, char **lineptr, ssize_t *bytes_read, gzFile stream);
19 /* return a suitable error string based on the return status
24 gz_error_string (util_status_t status, gzFile stream);