diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-15 15:37:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-15 15:37:23 -0400 |
commit | a3ffa1f76edbfdf091e50579c11d34166ec0551a (patch) | |
tree | f466395d6f72d4a5804d47bf1e9a744d1e8f0405 /src/or/circuitlist.h | |
parent | d4634d1b72d660b1ea5ce9874fcd6b04a15968e9 (diff) | |
download | tor-a3ffa1f76edbfdf091e50579c11d34166ec0551a.tar.gz tor-a3ffa1f76edbfdf091e50579c11d34166ec0551a.zip |
Rename circuit_get_global_list to remove trailing _
Diffstat (limited to 'src/or/circuitlist.h')
-rw-r--r-- | src/or/circuitlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitlist.h b/src/or/circuitlist.h index a43315d238..bf3d1b4677 100644 --- a/src/or/circuitlist.h +++ b/src/or/circuitlist.h @@ -16,7 +16,7 @@ TOR_LIST_HEAD(global_circuitlist_s, circuit_t); -struct global_circuitlist_s* circuit_get_global_list_(void); +struct global_circuitlist_s* circuit_get_global_list(void); const char *circuit_state_to_string(int state); const char *circuit_purpose_to_controller_string(uint8_t purpose); const char *circuit_purpose_to_controller_hs_state_string(uint8_t purpose); |