src/hg/inc/jksql.h 1.89

1.89 2010/06/03 05:14:39 kent
Changing return type of modification-date-ascertaining functions to time_t.
Index: src/hg/inc/jksql.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/jksql.h,v
retrieving revision 1.88
retrieving revision 1.89
diff -b -B -U 4 -r1.88 -r1.89
--- src/hg/inc/jksql.h	22 May 2010 02:18:14 -0000	1.88
+++ src/hg/inc/jksql.h	3 Jun 2010 05:14:39 -0000	1.89
@@ -414,9 +414,9 @@
 
 char *sqlTableUpdate(struct sqlConnection *conn, char *table);
 /* Get last update time for table as an SQL string */
 
-int sqlTableUpdateTime(struct sqlConnection *conn, char *table);
+time_t sqlTableUpdateTime(struct sqlConnection *conn, char *table);
 /* Get last update time for table (in Unix terms). */
 
 char *sqlGetPrimaryKey(struct sqlConnection *conn, char *table);
 /* Get primary key if any for table, return NULL if none. */