2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
5 Desc: Function prototypes for functions to call from the query function
9 #include <exec/types.h>
11 LONG
rxsupp_allocmem(struct Library
*, struct RexxMsg
*, UBYTE
**);
12 LONG
rxsupp_baddr(struct Library
*, struct RexxMsg
*, UBYTE
**);
13 LONG
rxsupp_closeport(struct Library
*, struct RexxMsg
*, UBYTE
**);
14 LONG
rxsupp_delay(struct Library
*, struct RexxMsg
*, UBYTE
**);
15 LONG
rxsupp_delete(struct Library
*, struct RexxMsg
*, UBYTE
**);
16 LONG
rxsupp_forbid(struct Library
*, struct RexxMsg
*, UBYTE
**);
17 LONG
rxsupp_freemem(struct Library
*, struct RexxMsg
*, UBYTE
**);
18 LONG
rxsupp_getarg(struct Library
*, struct RexxMsg
*, UBYTE
**);
19 LONG
rxsupp_getpkt(struct Library
*, struct RexxMsg
*, UBYTE
**);
20 LONG
rxsupp_makedir(struct Library
*, struct RexxMsg
*, UBYTE
**);
21 LONG
rxsupp_next(struct Library
*, struct RexxMsg
*, UBYTE
**);
22 LONG
rxsupp_null(struct Library
*, struct RexxMsg
*, UBYTE
**);
23 LONG
rxsupp_offset(struct Library
*, struct RexxMsg
*, UBYTE
**);
24 LONG
rxsupp_openport(struct Library
*, struct RexxMsg
*, UBYTE
**);
25 LONG
rxsupp_permit(struct Library
*, struct RexxMsg
*, UBYTE
**);
26 LONG
rxsupp_rename(struct Library
*, struct RexxMsg
*, UBYTE
**);
27 LONG
rxsupp_reply(struct Library
*, struct RexxMsg
*, UBYTE
**);
28 LONG
rxsupp_showdir(struct Library
*, struct RexxMsg
*, UBYTE
**);
29 LONG
rxsupp_showlist(struct Library
*, struct RexxMsg
*, UBYTE
**);
30 LONG
rxsupp_statef(struct Library
*, struct RexxMsg
*, UBYTE
**);
31 LONG
rxsupp_typepkt(struct Library
*, struct RexxMsg
*, UBYTE
**);
32 LONG
rxsupp_waitpkt(struct Library
*, struct RexxMsg
*, UBYTE
**);