#ifndef _RSREGP_H_
#define _RSREGP_H_

#include <bool.h>
#include "darray.h"
#include "registry.h"

#include "RSreg.h"

typedef struct st_AlRSreg {
	Registry	reg;
	Darray		delete;
	Bool		initialized;
} AlRSregSt;

#endif
