Source
--- readvmf.c.orig 2008-08-22 06:58:52.000000000 -0700
+++ readvmf.c 2014-09-28 22:23:14.000000000 -0700
char *
getdata(fd)
#ifdef ZLIB
-gzFile * fd;
+gzFile fd;
#else
FILE *fd;
#endif
double theta, phi;
char *str, *ptr;
#ifdef ZLIB
- gzFile * fd;
+ gzFile fd;
int plen;
char *zpath;
#else