0716e4729afd2fe9750321279fe0ef6765bf01de
chinhli
  Tue Aug 16 13:17:16 2011 -0700
Finished GeneReviews for UCSC knownGenes (hg19)
diff --git src/hg/hgGene/hgGene.h src/hg/hgGene/hgGene.h
index d6731b1..fd3c541 100644
--- src/hg/hgGene/hgGene.h
+++ src/hg/hgGene/hgGene.h
@@ -141,30 +141,33 @@
 	struct hash *sectionRa);
 /* Create Localization section. */
 
 struct section *transRegCodeMotifSection(struct sqlConnection *conn,
 	struct hash *sectionRa);
 /* Create dnaBindMotif section. */
 
 struct section *synonymSection(struct sqlConnection *conn,
 	struct hash *sectionRa);
 /* Create synonym (aka Other Names) section. */
 
 struct section *geneReviewsSection(struct sqlConnection *conn,
         struct hash *sectionRa);
 /* create geneReviews section - print out GeneReviews for this gene. */
 
+void prGRShortKg(struct sqlConnection *conn, char *itemName);
+/* print GeneReviews short label associated to this refGene item */
+
 #ifdef EXAMPLE
 struct section *xyzSection(struct sqlConnection *conn, 
 	struct hash *sectionRa);
 /* Create xyz section. */
 #endif /* EXAMPLE */
 
 /* -------- Helper functions ---------- */
 
 char *getGeneName(char *id, struct sqlConnection *conn);
 /* Return gene name associated with ID.  Freemem
  * this when done. */
 
 char *getSwissProtAcc(struct sqlConnection *conn, struct sqlConnection *spConn, 
 	char *geneId);
 /* Look up SwissProt id.  Return NULL if not found.  FreeMem this when done.