aboutsummaryrefslogtreecommitdiff
path: root/lst.h
diff options
context:
space:
mode:
Diffstat (limited to 'lst.h')
-rw-r--r--lst.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lst.h b/lst.h
index 30c28ed7096d..fe854a7647a8 100644
--- a/lst.h
+++ b/lst.h
@@ -1,4 +1,4 @@
-/* $NetBSD: lst.h,v 1.95 2021/01/03 21:12:03 rillig Exp $ */
+/* $NetBSD: lst.h,v 1.96 2021/02/01 18:55:15 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -116,8 +116,6 @@ void Lst_Done(List *);
void Lst_DoneCall(List *, LstFreeProc);
/* Free the list, leaving the node data unmodified. */
void Lst_Free(List *);
-/* Free the list, freeing the node data using the given function. */
-void Lst_Destroy(List *, LstFreeProc);
#define LST_INIT { NULL, NULL }