diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-23 09:13:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-23 09:13:24 -0400 |
commit | cd3fc2aa4867e89877bbfb99f4f767d761b91f25 (patch) | |
tree | 5ff12068373e17f8218907d153f67b6c8c9fcc26 /src/common/util.h | |
parent | 8c01aee2e3b8970af96f5b1a662bdf80d0e22489 (diff) | |
parent | dca36eff8fbe9307aa2f74d26841399537e11406 (diff) | |
download | tor-cd3fc2aa4867e89877bbfb99f4f767d761b91f25.tar.gz tor-cd3fc2aa4867e89877bbfb99f4f767d761b91f25.zip |
Merge remote-tracking branch 'neel/b25511-r4'
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index c0d20e1b22..7172b7da08 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -271,6 +271,7 @@ int parse_rfc1123_time(const char *buf, time_t *t); #define ISO_TIME_USEC_LEN (ISO_TIME_LEN+7) void format_local_iso_time(char *buf, time_t t); void format_iso_time(char *buf, time_t t); +void format_local_iso_time_nospace(char *buf, time_t t); void format_iso_time_nospace(char *buf, time_t t); void format_iso_time_nospace_usec(char *buf, const struct timeval *tv); int parse_iso_time_(const char *cp, time_t *t, int strict, int nospace); |