diff options
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index b9d261e098..bc47c9eb26 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -127,9 +127,11 @@ void evdns_shutdown(int); +#ifdef HAVE_RUST // helper function defined in Rust to output a log message indicating if tor is // running with Rust enabled. See src/rust/tor_util char *rust_welcome_string(void); +#endif /********* PROTOTYPES **********/ |