diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-25 06:47:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-25 06:47:46 +0000 |
commit | d72ccd95a8f5b775a4b225bdbc9a861c14721128 (patch) | |
tree | 3c09f35edea9707a02a7b59504623720a68429b1 /src/or/or.h | |
parent | 1445e17a21b5e1e1061ad982865ec66f816461d6 (diff) | |
download | tor-d72ccd95a8f5b775a4b225bdbc9a861c14721128.tar tor-d72ccd95a8f5b775a4b225bdbc9a861c14721128.tar.gz |
clean out some proposal 114 stuff
svn:r13269
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/or/or.h b/src/or/or.h index 287591f85..22b1ff941 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2736,9 +2736,6 @@ connection_t *connection_get_by_type_purpose(int type, int purpose); connection_t *connection_get_by_type_addr_port_purpose(int type, uint32_t addr, uint16_t port, int purpose); connection_t *connection_get_by_type_state(int type, int state); -#if 0 -connection_t *connection_get_by_type_state_lastwritten(int type, int state); -#endif connection_t *connection_get_by_type_state_rendquery(int type, int state, const char *rendquery); @@ -3953,15 +3950,8 @@ void routerlist_assert_ok(routerlist_t *rl); const char *esc_router_info(routerinfo_t *router); void routers_sort_by_identity(smartlist_t *routers); -#if 0 -int hid_serv_have_enough_directories(void); -#endif int hid_serv_get_responsible_directories(smartlist_t *responsible_dirs, const char *id); -#if 0 -routerstatus_t *hid_serv_next_directory(const char *id); -routerstatus_t *hid_serv_previous_directory(const char *id); -#endif int hid_serv_acting_as_directory(void); int hid_serv_responsible_for_desc_id(const char *id); |