mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
Remove add_days_to_timestamp (unused)
This commit is contained in:
parent
da0c60a987
commit
ef92ff6e08
@ -1,3 +1,7 @@
|
||||
2005-05-05 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* util.h: Remove add_days_to_timestamp as unused.
|
||||
|
||||
2005-04-22 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* distfiles: Add assuan.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 */
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-05-05 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* miscutil.c (add_days_to_timestamp): Remove as unused.
|
||||
|
||||
2005-04-12 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* assuan-client.c: Fix warning on OSX.
|
||||
|
@ -81,13 +81,6 @@ scan_isodatestr( const char *string )
|
||||
}
|
||||
|
||||
|
||||
u32
|
||||
add_days_to_timestamp( u32 stamp, u16 days )
|
||||
{
|
||||
return stamp + days*86400L;
|
||||
}
|
||||
|
||||
|
||||
/****************
|
||||
* Return a string with a time value in the form: x Y, n D, n H
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user