c58425da751d6b3bfc23fd8de04f4e24187f2f63
larrym
  Mon Jul 19 00:56:00 2010 -0700
searchTracks routines which are shared b/n CGIs
diff --git src/hg/inc/searchTracks.h src/hg/inc/searchTracks.h
new file mode 100644
index 0000000..8a55be1
--- /dev/null
+++ src/hg/inc/searchTracks.h
@@ -0,0 +1,16 @@
+/* trackDb.h was originally generated by the autoSql program, which also
+ * generated trackDb.c and trackDb.sql.  This header links the database and
+ * the RAM representation of objects. */
+
+#ifndef SEARCHTRACKS_H
+#define SEARCHTRACKS_H
+
+#include "common.h"
+
+void getSearchTrixFile(char *database, char *buf, int len);
+// Fill-in the name of the track search trix file
+
+boolean isSearchTracksSupported(char *database);
+// Return TRUE if searchTracks is supported for this database
+
+#endif /* SEARCHTRACKS_H */