e6775d01a591715928bcdce52c694744cc498caa
braney
  Thu Oct 17 15:21:35 2013 -0700
implement maf output in table browser
diff --git src/hg/hgTables/hgTables.h src/hg/hgTables/hgTables.h
index f11bff9..9301676 100644
--- src/hg/hgTables/hgTables.h
+++ src/hg/hgTables/hgTables.h
@@ -653,30 +653,33 @@
     struct trackDb *track, char *table);
 /* Return TRUE if table is genePred and there is a maf. */
 
 void doOutPalOptions( struct sqlConnection *conn);
 /* Output protein alignment page */
 
 
 /* ----------- Maf stuff in maf.c ------------------------------*/
 
 boolean isMafTable(char *database, struct trackDb *track, char *table);
 /* Return TRUE if table is maf. */
 
 void doOutMaf(struct trackDb *track, char *table, struct sqlConnection *conn);
 /* Output regions as MAF. */
 
+void doHalMaf(struct trackDb *track, char *table, struct sqlConnection *conn);
+/* Output HAL regions as MAF. */
+
 /* ----------- Wiggle business in wiggle.c -------------------- */
 
 #define	MAX_REGION_DISPLAY	1000
 
 enum wigOutputType
 /*	type of output requested from static int wigOutRegion()	*/
     {
     wigOutData, wigOutBed, wigDataNoPrint,
     };
 
 boolean isWiggle(char *db, char *table);
 /* Return TRUE if db.table is a wiggle. */
 
 boolean isBedGraph(char *table);
 /* Return TRUE if table is specified as a bedGraph in the current database's