From 50320ac420580dd6a24ca72b5a7b614e8dc5e985 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 3 Oct 2006 19:00:18 +0000 Subject: r8862@totoro: nickm | 2006-10-03 14:54:14 -0400 Make verbose names get used (when appropriate and selected) in responses to getinfo requests. svn:r8593 --- src/or/or.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index a0e6b02c34..75adcb6c85 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1728,7 +1728,8 @@ void entry_nodes_should_be_added(void); void entry_guards_prepend_from_config(void); void entry_guards_update_state(or_state_t *state); int entry_guards_parse_state(or_state_t *state, int set, char **msg); -int entry_guards_getinfo(const char *question, char **answer); +int entry_guards_getinfo(int use_long_names, + const char *question, char **answer); void entry_guards_free_all(void); /********************************* circuitlist.c ***********************/ -- cgit v1.2.3-54-g00ecf