diff options
author | Werner Koch <wk@gnupg.org> | 1998-09-15 21:56:30 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-09-15 21:56:30 +0200 |
commit | 8c80bcf9f02f88c1c29bcf2501e386e0de109993 (patch) | |
tree | 8c53a52769093f67423f396bb1fa653bc0635599 /include | |
parent | version 0.3.5 (diff) | |
download | gnupg2-8c80bcf9f02f88c1c29bcf2501e386e0de109993.tar.xz gnupg2-8c80bcf9f02f88c1c29bcf2501e386e0de109993.zip |
.
Diffstat (limited to 'include')
-rw-r--r-- | include/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index cd4d488ca..05610452c 100644 --- a/include/util.h +++ b/include/util.h @@ -134,7 +134,8 @@ const char *print_fname_stdout( const char *s ); /*-- miscutil.c --*/ u32 make_timestamp(void); u32 add_days_to_timestamp( u32 stamp, u16 days ); -const char *strtimestamp( u32 stamp ); +const char *strtimestamp( u32 stamp ); /* GMT */ +const char *asctimestamp( u32 stamp ); /* localized */ void print_string( FILE *fp, byte *p, size_t n, int delim ); int answer_is_yes( const char *s ); |