#ifndef RULEEDITOR_P_H
#define RULEEDITOR_P_H
#include "rem.h"
#include "ruleeditor.h"

  /*---------------------------- Message Type (mt) globals */
Bool       LoadMsgType_GR=NULL;
char*      CurrentMsgTypeName_GR=NULL;  
AlMsgType  CurrentMsgType_GR=NULL;  
AlMsgType  DefaultMsgType_GR=NULL;

  /*---------------------------- Rule Set (rs) globals */
char*     RuleSetName_GR=NULL;
AlRuleSet RuleSet_GR=NULL;
AlRule    Rule_GR=NULL;
char*     AsClient_GR=NULL;
 /*------------------------------ Rule (ru) globals */
unsigned  	RuleNumber_GR=(-1);
unsigned  	EditOrCreate_GR=(-1);

#endif

