src/hg/inc/jksql.h 1.79
1.79 2009/02/20 23:21:24 hiram
public functions should conform to naming conventions
Index: src/hg/inc/jksql.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/jksql.h,v
retrieving revision 1.78
retrieving revision 1.79
diff -b -B -U 4 -r1.78 -r1.79
--- src/hg/inc/jksql.h 20 Feb 2009 22:19:42 -0000 1.78
+++ src/hg/inc/jksql.h 20 Feb 2009 23:21:24 -0000 1.79
@@ -99,9 +99,9 @@
struct slName *sqlListFields(struct sqlConnection *conn, char *table);
/* Return list of fields in table. */
-void addDatabaseFields(char *database, struct hash *hash);
+void sqlAddDatabaseFields(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. */