diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:46:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:46:32 -0400 |
commit | 30166261bb1e523db1199ea422c9bf09f30de69f (patch) | |
tree | 94843d489623f61d4403e1ad0552ceb28f25b1b2 /src/common/util.h | |
parent | 48ebd9bf76a0e5ff60b88f8906919016de82e819 (diff) | |
download | tor-30166261bb1e523db1199ea422c9bf09f30de69f.tar.gz tor-30166261bb1e523db1199ea422c9bf09f30de69f.zip |
Move string_is_key_value to lib/encoding
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/util.h b/src/common/util.h index 7d75440062..f473d6f59f 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -72,8 +72,6 @@ int64_t clamp_double_to_int64(double number); /* String manipulation */ -int string_is_key_value(int severity, const char *string); - char *tor_escape_str_for_pt_args(const char *string, const char *chars_to_escape); |