Improvements to comments etc.
[AROS.git] / workbench / libs / rexxsupport / rxfunctions.h
blob77e098c9c80f2c6138e65ad68f95990ac04308b1
1 /*
2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Function prototypes for functions to call from the query function
6 Lang: English
7 */
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 **);