diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-22 15:48:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-22 15:48:46 +0000 |
commit | e935d73b34094a88dbd997769be1c52b633fc3d3 (patch) | |
tree | b4ce641936e6998987b887e94374b761bd9f6d2b /src/or/or.h | |
parent | 4ec5e139c8442b321ef9b58684da547ea0388261 (diff) | |
download | tor-e935d73b34094a88dbd997769be1c52b633fc3d3.tar.gz tor-e935d73b34094a88dbd997769be1c52b633fc3d3.zip |
r12852@catbus: nickm | 2007-05-22 11:00:27 -0400
Use svn revisions consistently throughout all log messages.
svn:r10291
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
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); |