summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index f595dbd161..927cc94d9f 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2223,6 +2223,7 @@ int set_options(or_options_t *new_val, char **msg);
void config_free_all(void);
const char *safe_str(const char *address);
const char *escaped_safe_str(const char *address);
+const char *get_version(void);
int config_get_lines(char *string, config_line_t **result);
void config_free_lines(config_line_t *front);