diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-05-18 15:57:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-18 15:57:21 -0400 |
commit | d5e4a6343694574cebc9f9bd7ea83a168bdad3aa (patch) | |
tree | 7c574d67801a8b18290d1c2e251c16adcc365937 /src/or/rendclient.h | |
parent | 2308f917f99384640c5b0d1ddc9f2a3dffc68e5a (diff) | |
download | tor-d5e4a6343694574cebc9f9bd7ea83a168bdad3aa.tar.gz tor-d5e4a6343694574cebc9f9bd7ea83a168bdad3aa.zip |
Fix some compilation warnings
Diffstat (limited to 'src/or/rendclient.h')
-rw-r--r-- | src/or/rendclient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rendclient.h b/src/or/rendclient.h index 639ec1eff4..6118924e1d 100644 --- a/src/or/rendclient.h +++ b/src/or/rendclient.h @@ -52,7 +52,6 @@ int rend_parse_service_authorization(const or_options_t *options, rend_service_authorization_t *rend_client_lookup_service_authorization( const char *onion_address); void rend_service_authorization_free_all(void); -rend_data_t *rend_data_dup(const rend_data_t *request); #endif |