diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-17 07:50:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-17 07:50:50 -0500 |
commit | abd9ae48ac2306dc2784d9af2b34b883d83534f4 (patch) | |
tree | 9559f618ef26613158dab01a85d8f450f9903afb /src/feature/dirclient/dirclient.h | |
parent | 01fdc3240f59f2d9a682b3c2a2d58db01d0bd7a3 (diff) | |
parent | 3c89622e39d964b731a40c6a705327d5caa07be4 (diff) | |
download | tor-abd9ae48ac2306dc2784d9af2b34b883d83534f4.tar.gz tor-abd9ae48ac2306dc2784d9af2b34b883d83534f4.zip |
Merge branch 'ticket32487_squashed_and_merged'
Diffstat (limited to 'src/feature/dirclient/dirclient.h')
-rw-r--r-- | src/feature/dirclient/dirclient.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feature/dirclient/dirclient.h b/src/feature/dirclient/dirclient.h index 7c2a539ef7..08209721bb 100644 --- a/src/feature/dirclient/dirclient.h +++ b/src/feature/dirclient/dirclient.h @@ -41,8 +41,6 @@ typedef enum { DIRIND_ANON_DIRPORT, } dir_indirection_t; -int directory_must_use_begindir(const or_options_t *options); - /** * A directory_request_t describes the information about a directory request * at the client side. It describes what we're going to ask for, which |