2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <aros/kernel.h>
7 #include <proto/exec.h>
9 #include "../kernel/hostinterface.h"
10 #include "hostlib_intern.h"
12 AROS_LH1(void, HostLib_FreeErrorStr
,
13 AROS_LHA(char *, error
, A0
),
14 struct HostLibBase
*, HostLibBase
, 4, HostLib
)
19 HostLibBase
->HostIFace
->hostlib_FreeErrorStr(error
);