72f056ceabce7b9778635a48def6ee9be5b29ebe
markd
  Fri Sep 21 03:05:03 2012 -0700
link GENCODE to APPRIS and HGNC
diff --git src/hg/hgc/ccdsClick.h src/hg/hgc/ccdsClick.h
index 4e0780c..9312cca 100644
--- src/hg/hgc/ccdsClick.h
+++ src/hg/hgc/ccdsClick.h
@@ -1,29 +1,24 @@
 /* ccdsClick - click handling for CCDS track and related functions  */
 #ifndef CCDSCLICK_H
 #define CCDSCLICK_H
 
-struct ccdsInfo *getCcdsUrlForSrcDb(struct sqlConnection *conn, char *acc);
-/* Get a ccdsInfo object for a RefSeq, ensembl, or vega gene, if it
- * exists, otherwise return NULL */
-
-void printCcdsUrlForSrcDb(struct sqlConnection *conn, struct ccdsInfo *ccdsInfo);
-/* Print out CCDS URL for a refseq, ensembl, or vega gene, if it
- * exists.  */
+void printCcdsExtUrl(char *ccdsId);
+/* Print out URL to link to CCDS database at NCBI */
 
 void printCcdsForSrcDb(struct sqlConnection *conn, char *acc);
-/* Print out CCDS link for a refseq, ensembl, or vega gene, if it
+/* Print out CCDS hc link for a refseq, ensembl, or vega gene, if it
  * exists.  */
 
 struct ccdsGeneMap *getCcdsGenesForMappedGene(struct sqlConnection *conn, char *acc,
                                               char *mapTable);
 /* get a list of ccds genes associated with a current and window from a
  * mapping table, or NULL */
 
 void printCcdsUrl(struct sqlConnection *conn, char *ccdsId);
-/* Print out CCDS url for a gene  */
+/* Print out CCDS hgc URL for a gene  */
 
 void doCcdsGene(struct trackDb *tdb, char *ccdsId);
 /* Process click on a CCDS gene. */
 
 
 #endif