diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:05:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:15:50 -0400 |
commit | f720a5a439b6fd3e9a283891c15f41f93532d81c (patch) | |
tree | f22d2493244a7db14ae125fc18009f19708f4ea5 /src/rust/external/external.rs | |
parent | 5f51c2de8bf27c1c5eba8c27d32273284d41a3d7 (diff) | |
download | tor-f720a5a439b6fd3e9a283891c15f41f93532d81c.tar.gz tor-f720a5a439b6fd3e9a283891c15f41f93532d81c.zip |
Fix everything that previously referred to src/or
Diffstat (limited to 'src/rust/external/external.rs')
-rw-r--r-- | src/rust/external/external.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/external/external.rs b/src/rust/external/external.rs index 66317f2128..059fdd0df7 100644 --- a/src/rust/external/external.rs +++ b/src/rust/external/external.rs @@ -11,7 +11,7 @@ extern "C" { ) -> c_int; } -/// Wrap calls to tor_version_as_new_as, defined in src/or/routerparse.c +/// Wrap calls to tor_version_as_new_as, defined in routerparse.c pub fn c_tor_version_as_new_as(platform: &str, cutoff: &str) -> bool { // CHK: These functions should log a warning if an error occurs. This // can be added when integration with tor's logger is added to rust |