src/hg/inc/jksql.h 1.78

1.78 2009/02/20 22:19:42 hiram
allow addDatabaseFields() function to be seen external for use in joinerCheck
Index: src/hg/inc/jksql.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/jksql.h,v
retrieving revision 1.77
retrieving revision 1.78
diff -b -B -U 4 -r1.77 -r1.78
--- src/hg/inc/jksql.h	26 Nov 2008 06:08:03 -0000	1.77
+++ src/hg/inc/jksql.h	20 Feb 2009 22:19:42 -0000	1.78
@@ -99,8 +99,11 @@
 
 struct slName *sqlListFields(struct sqlConnection *conn, char *table);
 /* Return list of fields in table. */
 
+void addDatabaseFields(char *database, struct hash *hash);
+/* Add fields from the one database to hash. */
+
 struct hash *sqlAllFields(void);
 /* Get hash of all fields in database.table.field format.  */
 
 struct sqlConnCache *sqlConnCacheNew();