85be21057a058a0bdb12caac2bae553376442f5a
angie
  Mon Apr 15 10:56:28 2013 -0700
Refactoring to remove dependencies on annoGratorQuery from streamers,grators and formatters.  Instead, provide basic assembly info and
explicitly pass streamers(/grators) along with the rows that they
produced into formatters. ref #6152

diff --git src/inc/annoStreamVcf.h src/inc/annoStreamVcf.h
index a1c0de2..f45c550 100644
--- src/inc/annoStreamVcf.h
+++ src/inc/annoStreamVcf.h
@@ -1,12 +1,13 @@
 /* annoStreamVcf -- subclass of annoStreamer for VCF files */
 
 #ifndef ANNOSTREAMVCF_H
 #define ANNOSTREAMVCF_H
 
 #include "annoStreamer.h"
 
-struct annoStreamer *annoStreamVcfNew(char *fileOrUrl, boolean isTabix, int maxRecords);
+struct annoStreamer *annoStreamVcfNew(char *fileOrUrl, boolean isTabix, struct annoAssembly *aa,
+				      int maxRecords);
 /* Create an annoStreamer (subclass) object from a VCF file, which may
  * or may not have been compressed and indexed by tabix. */
 
 #endif//ndef ANNOSTREAMVCF_H