diff options
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 */ |