diff options
Diffstat (limited to 'src/lib/time/tvdiff.h')
-rw-r--r-- | src/lib/time/tvdiff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/time/tvdiff.h b/src/lib/time/tvdiff.h index 724af1528a..e779e758f1 100644 --- a/src/lib/time/tvdiff.h +++ b/src/lib/time/tvdiff.h @@ -1,6 +1,6 @@ /* Copyright (c) 2003-2004, Roger Dingledine * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2019, The Tor Project, Inc. */ + * Copyright (c) 2007-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** @@ -20,4 +20,4 @@ int64_t tv_to_msec(const struct timeval *tv); time_t time_diff(const time_t from, const time_t to); -#endif +#endif /* !defined(TOR_TVDIFF_H) */ |