src/inc/portable.h 1.31

1.31 2010/06/03 05:14:39 kent
Changing return type of modification-date-ascertaining functions to time_t.
Index: src/inc/portable.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/portable.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -B -U 4 -r1.30 -r1.31
--- src/inc/portable.h	19 Mar 2010 19:11:24 -0000	1.30
+++ src/inc/portable.h	3 Jun 2010 05:14:39 -0000	1.31
@@ -134,9 +134,9 @@
 
 int rawKeyIn();
 /* Read in an unbuffered, unechoed character from keyboard. */
 
-unsigned long fileModTime(char *pathName);
+time_t fileModTime(char *pathName);
 /* Return file last modification time.  The units of
  * these may vary from OS to OS, but you can depend on
  * later files having a larger time. */