aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-10 14:28:04 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-10 14:28:04 +0000
commitc9af37d1ba3a3ca7dd844ca85ae220189ee09470 (patch)
tree29a69966bfda5a4c3d12ddd554b79a069218dfc9 /src/or/or.h
parentfde4129ac3380491c442db4576cf124a5fafa7aa (diff)
downloadtor-c9af37d1ba3a3ca7dd844ca85ae220189ee09470.tar
tor-c9af37d1ba3a3ca7dd844ca85ae220189ee09470.tar.gz
Resolve FIXME items: make circuit_free_cpath_node static
svn:r2792
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index fdf6eb793..f8eb0ab94 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1034,7 +1034,6 @@ void onion_append_to_cpath(crypt_path_t **head_ptr, crypt_path_t *new_hop);
extern const char *circuit_state_to_string[];
void circuit_close_all_marked(void);
circuit_t *circuit_new(uint16_t p_circ_id, connection_t *p_conn);
-void circuit_free_cpath_node(crypt_path_t *victim);
circuit_t *circuit_get_by_circ_id_conn(uint16_t circ_id, connection_t *conn);
circuit_t *circuit_get_by_conn(connection_t *conn);
circuit_t *circuit_get_by_rend_query_and_purpose(const char *rend_query, uint8_t purpose);