2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <proto/exec.h>
11 #include <proto/reqtools.h>
12 #include <proto/intuition.h>
13 #include <exec/libraries.h>
14 #include <exec/memory.h>
15 #include <aros/libcall.h>
17 #include "reqtools_intern.h"
19 /*****************************************************************************
23 AROS_LH1(void, rtFreeRequest
,
27 AROS_LHA(APTR
, req
, A1
),
31 struct ReqToolsBase
*, ReqToolsBase
, 6, ReqTools
)
34 Free requester structure previously allocated by rtAllocRequestA().
35 This will also free all buffers associated with the requester, so
36 there is no need to call rtFreeReqBuffer() first.
39 req - pointer to requester (may be NULL).
58 ******************************************************************************/
62 FreeRequest(req
); /* in filereqalloc.c */