src/hg/inc/jksql.h 1.85
1.85 2009/09/14 20:33:12 markd
added function to get list of profile names for Fan
Index: src/hg/inc/jksql.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/jksql.h,v
retrieving revision 1.84
retrieving revision 1.85
diff -b -B -U 4 -r1.84 -r1.85
--- src/hg/inc/jksql.h 28 Aug 2009 00:54:01 -0000 1.84
+++ src/hg/inc/jksql.h 14 Sep 2009 20:33:12 -0000 1.85
@@ -80,8 +80,11 @@
/* add a mapping of db to profile. If database is already associated with
* this profile, it is ignored. If it is associated with a different profile,
* it is an error. */
+struct slName* sqlProfileGetNames();
+/* Get a list of all profile names. slFreeList result when done */
+
struct hash *sqlHashOfDatabases(void);
/* Get hash table with names of all databases that are online. */
struct slName *sqlListOfDatabases(void);