summaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-01-28 11:16:16 +0800
committerJSDurand <mmemmew@gmail.com>2022-01-28 11:16:16 +0800
commite8e1c91b40c9c82a0fd8373746a7b8cfb130f467 (patch)
treed815ae94866fccc3dea037cea36bd020770a49a1 /src/list.h
parentbad2b1934da66021cbc7f0d715686706bd444449 (diff)
BSR
A prototype of BSR is roughly finished.
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/list.h b/src/list.h
index b878f97..76dde0a 100644
--- a/src/list.h
+++ b/src/list.h
@@ -78,7 +78,6 @@ void **list_array(List *ls);
destroyed. */
List *array_to_list(void ** array, NUM size);
-
/* destroy the list: If ALL_FREE_P is 1, this frees every void
pointers contained in the list; if it is 2, this frees the first
pointer. In any case, the list is de-allocated. */