2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include <proto/exec.h>
9 #include "dos_intern.h"
11 /*****************************************************************************
14 #include <proto/dos.h>
16 AROS_LH1(void, FreeDosEntry
,
19 AROS_LHA(struct DosList
*, dlist
, D1
),
22 struct DosLibrary
*, DOSBase
, 117, Dos
)
25 Free a dos list entry created with MakeDosEntry().
28 dlist - pointer to dos list entry. May be NULL.
42 *****************************************************************************/
48 /* It's important to free dol_Name here due to BSTR compatibility.
50 FreeVec(BADDR(dlist
->dol_Name
));