2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
9 #include <proto/exec.h>
11 #include <exec/types.h>
12 #include "dos_intern.h"
14 /*****************************************************************************
17 #include <proto/dos.h>
19 AROS_LH1(BOOL
, UnLoadSeg
,
22 AROS_LHA(BPTR
, seglist
, D1
),
25 struct DosLibrary
*, DOSBase
, 26, Dos
)
28 Free a segment list allocated with LoadSeg().
31 seglist - The segment list.
34 success = returns whether everything went ok. Returns FALSE if
47 *****************************************************************************/
53 return InternalUnLoadSeg(seglist
, __AROS_GETVECADDR(SysBase
, 35));