#ifndef _AlMTR_h_
#define _AlMTR_h_

#include "registry.h"
#include "bool.h"

typedef struct st_AlMTreg {
	Registry	reg;
	Bool		initialized;
} AlMTregSt;

#endif /*  _AlMTR_h_ */
