diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 15:33:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 15:33:25 -0400 |
commit | f95e3bf5fc4e2d5fef42b86d81f155c00b1983ac (patch) | |
tree | 75412c13599cfefbd1edb2b38dc3005db8ee7ad0 /src/common/util.h | |
parent | e066966bf48b4f6ca557175cb2ab3e2dffa5b1db (diff) | |
download | tor-f95e3bf5fc4e2d5fef42b86d81f155c00b1983ac.tar.gz tor-f95e3bf5fc4e2d5fef42b86d81f155c00b1983ac.zip |
Simplify include structure of container.[ch]
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index bc29ddbe2a..1c889082b9 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -167,7 +167,6 @@ void smartlist_add_asprintf(struct smartlist_t *sl, const char *pattern, ...) void smartlist_add_vasprintf(struct smartlist_t *sl, const char *pattern, va_list args) CHECK_PRINTF(2, 0); -void smartlist_add_strdup(struct smartlist_t *sl, const char *string); /* Time helpers */ long tv_udiff(const struct timeval *start, const struct timeval *end); |