diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-20 10:51:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-20 10:51:19 -0500 |
commit | e3cf39cefd24e2cc0d70a1726ac19fc86e4e47e7 (patch) | |
tree | 8b695eef098951feab17cf6ae267be8dfcad08c5 /src/or/policies.h | |
parent | 35e886fe13a81b36c8a620f7046e6e9e6c088d01 (diff) | |
download | tor-e3cf39cefd24e2cc0d70a1726ac19fc86e4e47e7.tar.gz tor-e3cf39cefd24e2cc0d70a1726ac19fc86e4e47e7.zip |
Fix compilation warnings
Diffstat (limited to 'src/or/policies.h')
-rw-r--r-- | src/or/policies.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/policies.h b/src/or/policies.h index 72e62c7de0..bb56bf42b8 100644 --- a/src/or/policies.h +++ b/src/or/policies.h @@ -93,7 +93,7 @@ addr_policy_result_t compare_tor_addr_to_short_policy( const short_policy_t *policy); #ifdef POLICIES_PRIVATE -void append_exit_policy_string(smartlist_t **policy, const char *more); +STATIC void append_exit_policy_string(smartlist_t **policy, const char *more); #endif #endif |