summaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 16:17:46 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 16:59:56 -0400
commit194a34cdc28c6b309dd9a32f5446409810b1d32b (patch)
tree6828a25a54dc81331bc1fead946a0c1ade2fede4 /src/common/compat.h
parent235ddb15a0f9fc322002ba39e8900634316dc333 (diff)
downloadtor-194a34cdc28c6b309dd9a32f5446409810b1d32b.tar.gz
tor-194a34cdc28c6b309dd9a32f5446409810b1d32b.zip
Extract time encoding functions into lib/encoding
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index 399badb6a6..95447d3b84 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -65,9 +65,6 @@
/* ===== Time compatibility */
-struct tm *tor_localtime_r(const time_t *timep, struct tm *result);
-struct tm *tor_gmtime_r(const time_t *timep, struct tm *result);
-
#ifndef timeradd
/** Replacement for timeradd on platforms that do not have it: sets tvout to
* the sum of tv1 and tv2. */