diff options
author | David Shaw <[email protected]> | 2005-05-05 22:21:34 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-05-05 22:21:34 +0000 |
commit | ef92ff6e086f16480ea597385c55077b73671b2b (patch) | |
tree | fba6b5c8acc058c824a03135d6b262496214bb6d /include/util.h | |
parent | * keygen.c (start_tree): New function to "prime" a KBNODE list. (diff) | |
download | gnupg-ef92ff6e086f16480ea597385c55077b73671b2b.tar.gz gnupg-ef92ff6e086f16480ea597385c55077b73671b2b.zip |
Remove add_days_to_timestamp (unused)
Diffstat (limited to '')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |