From ef92ff6e086f16480ea597385c55077b73671b2b Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 5 May 2005 22:21:34 +0000 Subject: Remove add_days_to_timestamp (unused) --- include/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index c6e89e713..97943afa9 100644 --- a/include/util.h +++ b/include/util.h @@ -149,7 +149,6 @@ int is_file_compressed(const char *s, int *r_status); /*-- miscutil.c --*/ u32 make_timestamp(void); u32 scan_isodatestr( const char *string ); -u32 add_days_to_timestamp( u32 stamp, u16 days ); const char *strtimevalue( u32 stamp ); const char *strtimestamp( u32 stamp ); /* GMT */ const char *isotimestamp( u32 stamp ); /* GMT with hh:mm:ss */ -- cgit v1.2.3