#ifndef _ZLIB_EXTRA_H #define _ZLIB_EXTRA_H #include /* Like getline, but read from a gzFile. Allocation is with talloc */ ssize_t gzgetline (void *ctx, char **lineptr, size_t *n, gzFile stream); #endif