8b49d2145ae719c3b3577de7956f7b9131c385ba
angie
  Wed Jan 7 09:43:45 2015 -0800
Libified code from hgVai/libifyMe.c to lib/hAnno.c in anticipationof sharing code with hgAi.  Also added hAnnoGetAutoSqlForTdb for hgAi.

diff --git src/inc/annoStreamBigWig.h src/inc/annoStreamBigWig.h
index fdb7218..e735ef4 100644
--- src/inc/annoStreamBigWig.h
+++ src/inc/annoStreamBigWig.h
@@ -1,11 +1,14 @@
 /* annoStreamBigWig -- subclass of annoStreamer for bigWig file or URL */
 
 #ifndef ANNOSTREAMBIGWIG_H
 #define ANNOSTREAMBIGWIG_H
 
 #include "annoStreamer.h"
 
 struct annoStreamer *annoStreamBigWigNew(char *fileOrUrl, struct annoAssembly *aa);
 /* Create an annoStreamer (subclass) object from a file or URL. */
 
+struct asObject *annoStreamBigWigAsObject();
+/* Return an autoSql object that describes annoRow contents for wiggle/bigWig (just float value). */
+
 #endif//ndef ANNOSTREAMBIGWIG_H