diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-25 12:05:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-25 12:05:36 -0400 |
commit | 888d5d08fe4efb52a5923726dcfb75036bf90714 (patch) | |
tree | 71cd319e54017d8909e2f9c8201b98b7c4fd7c5f /src/common/util.h | |
parent | aad71eef1b8cf5e6dd74371abc012b342ec3f011 (diff) | |
parent | dcb1d0a67baa35b9645b19f2cf44f8ba3d0b30d1 (diff) | |
download | tor-888d5d08fe4efb52a5923726dcfb75036bf90714.tar.gz tor-888d5d08fe4efb52a5923726dcfb75036bf90714.zip |
Merge remote-tracking branch 'public/bug2385'
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index a2ab0ccac8..4ab93164dc 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -188,6 +188,7 @@ int strcasecmpstart(const char *s1, const char *s2) ATTR_NONNULL((1,2)); int strcmpend(const char *s1, const char *s2) ATTR_NONNULL((1,2)); int strcasecmpend(const char *s1, const char *s2) ATTR_NONNULL((1,2)); int fast_memcmpstart(const void *mem, size_t memlen, const char *prefix); +void tor_strclear(char *s); void tor_strstrip(char *s, const char *strip) ATTR_NONNULL((1,2)); long tor_parse_long(const char *s, int base, long min, |