aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-01-22 09:53:42 -0500
committerNick Mathewson <nickm@torproject.org>2016-01-22 09:53:42 -0500
commit0010b8064ee5bf22dae4e180fbf857548684602b (patch)
treed7cb39dd0e1f702533bc6793c8723b5f39e19fcd /src
parentcbed61d1280d5f85b1670a70c9d8d2331b919e80 (diff)
downloadtor-0010b8064ee5bf22dae4e180fbf857548684602b.tar.gz
tor-0010b8064ee5bf22dae4e180fbf857548684602b.zip
Fix redundant-declaration warning
Diffstat (limited to 'src')
-rw-r--r--src/or/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/config.h b/src/or/config.h
index 920281af87..c7ce57d2aa 100644
--- a/src/or/config.h
+++ b/src/or/config.h
@@ -171,8 +171,6 @@ STATIC int parse_dir_authority_line(const char *line,
STATIC int parse_dir_fallback_line(const char *line, int validate_only);
STATIC int have_enough_mem_for_dircache(const or_options_t *options,
size_t total_mem, char **msg);
-STATIC int parse_dir_fallback_line(const char *line,
- int validate_only);
STATIC int parse_port_config(smartlist_t *out,
const config_line_t *ports,
const config_line_t *listenaddrs,