[BACK]Return to time.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/time.h between version 1.8 and 1.9

version 1.8, 1999/09/17 13:13:46 version 1.9, 2000/08/22 13:59:44
Line 113 
Line 113 
 #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)  #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
 char *timezone __P((int, int));  char *timezone __P((int, int));
 void tzsetwall __P((void));  void tzsetwall __P((void));
   time_t timelocal __P((struct tm *));
   time_t timegm __P((struct tm *));
   time_t timeoff __P((struct tm *, const long));
 #endif /* neither ANSI nor POSIX */  #endif /* neither ANSI nor POSIX */
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9