diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-15 13:03:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-15 13:03:21 -0500 |
commit | 744958e0ddc74e7f4db12a5d078d1188bf9f48e1 (patch) | |
tree | 7de082142b97ee8d6b57b143da1f1a5e257c4a4c /src/or/directory.h | |
parent | a7d44731d9ac831cd68f34ac640b50cdde3a60af (diff) | |
download | tor-744958e0ddc74e7f4db12a5d078d1188bf9f48e1.tar.gz tor-744958e0ddc74e7f4db12a5d078d1188bf9f48e1.zip |
Fix a few compilation warnings and errors
Diffstat (limited to 'src/or/directory.h')
-rw-r--r-- | src/or/directory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.h b/src/or/directory.h index 22d7b66212..2644e5703e 100644 --- a/src/or/directory.h +++ b/src/or/directory.h @@ -142,7 +142,7 @@ STATIC int directory_handle_command_get(dir_connection_t *conn, const char *headers, const char *req_body, size_t req_body_len); -int connection_dir_would_close_consensus_conn_helper(void); +STATIC int connection_dir_would_close_consensus_conn_helper(void); STATIC int download_status_schedule_get_delay(download_status_t *dls, const smartlist_t *schedule, time_t now); |