aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index a31503b4d..da6d26101 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1279,6 +1279,7 @@ void helper_node_set_status(const char *digest, int succeeded);
void helper_nodes_set_status_from_directory(void);
int helper_nodes_update_state(or_state_t *state);
int helper_nodes_parse_state(or_state_t *state, int set, const char **err);
+int helper_nodes_getinfo_helper(const char *question, char **answer);
/********************************* circuitlist.c ***********************/
@@ -1372,6 +1373,8 @@ or_state_t *get_or_state(void);
int or_state_load(void);
int or_state_save(void);
+int config_getinfo_helper(const char *question, char **answer);
+
/********************************* connection.c ***************************/
const char *conn_type_to_string(int type);