diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-01 14:44:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-01 15:20:37 -0400 |
commit | f75357ec355e4e716321417e562526ce77f4f931 (patch) | |
tree | ec4fee86437416a79b669e0f4542b7e6593fba97 /src/or/circpathbias.h | |
parent | 6ccd98f93e733e39dcd460860aeead017b1b5a4f (diff) | |
download | tor-f75357ec355e4e716321417e562526ce77f4f931.tar.gz tor-f75357ec355e4e716321417e562526ce77f4f931.zip |
Pull a couple more enums from or.h
Diffstat (limited to 'src/or/circpathbias.h')
-rw-r--r-- | src/or/circpathbias.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/circpathbias.h b/src/or/circpathbias.h index 09162c40e5..c99d1277bb 100644 --- a/src/or/circpathbias.h +++ b/src/or/circpathbias.h @@ -23,7 +23,6 @@ int pathbias_check_probe_response(circuit_t *circ, const cell_t *cell); void pathbias_count_use_attempt(origin_circuit_t *circ); void pathbias_mark_use_success(origin_circuit_t *circ); void pathbias_mark_use_rollback(origin_circuit_t *circ); -const char *pathbias_state_to_string(path_state_t state); +const char *pathbias_state_to_string(enum path_state_t state); #endif /* !defined(TOR_CIRCPATHBIAS_H) */ - |