mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
make check-spaces
This commit is contained in:
parent
0fa362cafa
commit
5fcc5dfa77
1 changed files with 2 additions and 1 deletions
|
@ -1895,7 +1895,8 @@ list_torrc_options(void)
|
||||||
static uint32_t last_resolved_addr = 0;
|
static uint32_t last_resolved_addr = 0;
|
||||||
|
|
||||||
/** Accessor for last_resolved_addr from outside this file. */
|
/** Accessor for last_resolved_addr from outside this file. */
|
||||||
uint32_t get_last_resolved_addr(void)
|
uint32_t
|
||||||
|
get_last_resolved_addr(void)
|
||||||
{
|
{
|
||||||
return last_resolved_addr;
|
return last_resolved_addr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue