aboutsummaryrefslogtreecommitdiffstats
path: root/src/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.c')
-rw-r--r--src/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.c b/src/list.c
index 49f84ce..6fe1e06 100644
--- a/src/list.c
+++ b/src/list.c
@@ -127,7 +127,7 @@ void *locate_elem(struct list *l,void *elem) {
return(xlocate_elem(l,elem,0,0));
}
-void flush_list(struct list *l) {
+void clear_list(struct list *l) {
struct list_node *tmp;
while(l->first!=EMPTYLIST) {
tmp=l->first;
Un proyecto texto-plano.xyz