aboutsummaryrefslogtreecommitdiff
path: root/src/common/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/container.h')
-rw-r--r--src/common/container.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/container.h b/src/common/container.h
index 7560ad48c..4622c934b 100644
--- a/src/common/container.h
+++ b/src/common/container.h
@@ -29,7 +29,6 @@ typedef struct smartlist_t {
smartlist_t *smartlist_create(void);
void smartlist_free(smartlist_t *sl);
-void smartlist_set_capacity(smartlist_t *sl, int n);
void smartlist_clear(smartlist_t *sl);
void smartlist_add(smartlist_t *sl, void *element);
void smartlist_add_all(smartlist_t *sl, const smartlist_t *s2);