/*
 * Source generated with ARexxBox 1.12 (May 18 1993)
 * which is Copyright (c) 1992,1993 Michael Balzer
 */

#include <exec/types.h>
#include <dos/dos.h>
#include <rexx/storage.h>

#define NO_GLOBALS
#include "Render.h"

#define RESINDEX(stype) (((long) &((struct stype *)0)->res) / sizeof(long))

char	RexxPortBaseName[80] = "standard";
char	*rexx_extension = "standard";

struct rxs_command rxs_commandlist[] =
{
	{ "GETATTR", "BASEADDRESS/A,NAME/A", "VALUE", RESINDEX(rxd_getattr), (void (*)(struct RexxHost *,void **,long,struct RexxMsg *)) rx_getattr, 1 },
	{ "SETATTR", "BASEADDRESS/A,NAME/A,VALUE/A", NULL, 0, (void (*)(struct RexxHost *,void **,long,struct RexxMsg *)) rx_setattr, 1 },
	{ NULL, NULL, NULL, NULL, NULL }
};

int		command_cnt = 2;

static struct arb_p_link link0[] = {
	{"SETATTR", 1}, {"GETATTR", 2}, {NULL, 0} };

struct arb_p_state arb_p_state[] = {
	{-1, link0}, {1, NULL}, {0, NULL}  };

