aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-11 18:06:12 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-11 18:06:12 -0400
commit31eb73f88e858d4dedceb4a748cab5c068896036 (patch)
treed2c42035c1c70778772ad84424fd78dbb56858f4 /src/or/config.h
parenta2f0e7a65bb2397087ce92cf23149686185de8e9 (diff)
downloadtor-31eb73f88e858d4dedceb4a748cab5c068896036.tar
tor-31eb73f88e858d4dedceb4a748cab5c068896036.tar.gz
Do not publish the "git-XXX" tag in server descriptors
Instead, allow packagers to put a 'TOR_BUILD_TAG' field in the server descriptor to indicate a platform-specific value, if they need to. (According to weasel, this was his use for the git- tag previously.) This is part of 2988
Diffstat (limited to 'src/or/config.h')
-rw-r--r--src/or/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h
index 049518651..a68a3e311 100644
--- a/src/or/config.h
+++ b/src/or/config.h
@@ -22,6 +22,7 @@ const char *safe_str(const char *address);
const char *escaped_safe_str_client(const char *address);
const char *escaped_safe_str(const char *address);
const char *get_version(void);
+const char *get_short_version(void);
int config_get_lines(const char *string, config_line_t **result, int extended);
void config_free_lines(config_line_t *front);