mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
11 lines
199 B
C
11 lines
199 B
C
|
/* Copyright (c) 2014, The Tor Project, Inc. */
|
||
|
/* See LICENSE for licensing information */
|
||
|
|
||
|
#ifndef TOR_TEST_HELPERS_H
|
||
|
#define TOR_TEST_HELPERS_H
|
||
|
|
||
|
const char *get_yesterday_date_str(void);
|
||
|
|
||
|
#endif
|
||
|
|