src/hg/inc/makeItemsItem.h 1.4

1.4 2010/04/10 18:38:54 kent
Adding id column
Index: src/hg/inc/makeItemsItem.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/makeItemsItem.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/hg/inc/makeItemsItem.h	10 Apr 2010 01:13:59 -0000	1.3
+++ src/hg/inc/makeItemsItem.h	10 Apr 2010 18:38:54 -0000	1.4
@@ -5,9 +5,9 @@
 #ifndef MAKEITEMSITEM_H
 #define MAKEITEMSITEM_H
 
 #include "jksql.h"
-#define MAKEITEMSITEM_NUM_COLS 11
+#define MAKEITEMSITEM_NUM_COLS 12
 
 struct makeItemsItem
 /* An item in a makeItems type track. */
     {
@@ -22,8 +22,9 @@
     unsigned thickStart;	/* Start of thick part */
     unsigned thickEnd;	/* End position of thick part */
     unsigned itemRgb;	/* RGB 8 bits each as in bed */
     char *description;	/* Longer item description */
+    unsigned id;	/* Unique ID for item */
     };
 
 void makeItemsItemStaticLoad(char **row, struct makeItemsItem *ret);
 /* Load a row from makeItemsItem table into ret.  The contents of ret will