summaryrefslogtreecommitdiff
path: root/toxcore/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/list.h')
-rw-r--r--toxcore/list.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/toxcore/list.h b/toxcore/list.h
index 9d65b53f..afe4240b 100644
--- a/toxcore/list.h
+++ b/toxcore/list.h
@@ -57,12 +57,4 @@ int bs_list_add(BS_List *list, const uint8_t *data, int id);
57 */ 57 */
58int bs_list_remove(BS_List *list, const uint8_t *data, int id); 58int bs_list_remove(BS_List *list, const uint8_t *data, int id);
59 59
60/* Removes the memory overhead
61 *
62 * return value:
63 * 1 : success
64 * 0 : failure
65 */
66int bs_list_trim(BS_List *list);
67
68#endif 60#endif