]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Avoid code repetition between time_str and datetime_str.
[wget] / src / utils.h
index c877157d2fb6a1aabfbfcc00fbdefc46e92940f7..596a8b870ef9ff98a609032833163020d11e1e4e 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for utils.c.
-   Copyright (C) 1996-2005 Free Software Foundation, Inc.
+   Copyright (C) 1996-2006 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -40,8 +40,8 @@ struct file_memory {
 
 #define HYPHENP(x) (*(x) == '-' && !*((x) + 1))
 
-char *time_str (time_t *);
-char *datetime_str (time_t *);
+char *time_str (time_t);
+char *datetime_str (time_t);
 
 #ifdef DEBUG_MALLOC
 void print_malloc_debug_stats ();