src/hg/instinct/hgBamBam/hgBamBam.h 1.4

1.4 2010/05/31 22:07:03 jsanborn
added sharing
Index: src/hg/instinct/hgBamBam/hgBamBam.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgBamBam/hgBamBam.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/hg/instinct/hgBamBam/hgBamBam.h	31 May 2010 00:02:34 -0000	1.3
+++ src/hg/instinct/hgBamBam/hgBamBam.h	31 May 2010 22:07:03 -0000	1.4
@@ -27,8 +27,14 @@
 #define bbHeight bbPrefix "height"
 #define bbPos bbPrefix "pos"
 #define bbSampleName bbPrefix "sample"
 
+
+/** Sharing links **/
+#define bbEmailTo bbPrefix "emailTo"
+#define bbEmailFrom bbPrefix "emailFrom"
+#define bbLink bbPrefix "link"
+
 /** Commands from Javascript client **/
 
 /* ---- Global variables declared in hgHeatmap.c */
 extern struct cart *cart;	/* This holds cgi and other variables between clicks. */