Diff for /libwww/Library/src/HTString.c between versions 2.26 and 2.27

version 2.26, 1995/10/04 21:36:45 version 2.27, 1995/10/04 22:50:59
Line 446  PUBLIC time_t HTParseTime ARGS1(CONST ch Line 446  PUBLIC time_t HTParseTime ARGS1(CONST ch
 **  **
 **      The result can be given in both local and GMT dependent on the flag  **      The result can be given in both local and GMT dependent on the flag
 */  */
 PUBLIC CONST char *HTDateTimeStr ARGS2(time_t *, calendar, BOOL, local)  PUBLIC CONST char *HTDateTimeStr (time_t * calendar, BOOL local)
 {  {
     static char buf[40];      static char buf[40];
   

Removed from v.2.26  
changed lines
  Added in v.2.27


Webmaster