#ifndef RU_H
#define RU_H 1

#include "ruleeditor.h"

#ifdef __STDC__
extern void ru_Init(int*,char**);
#else
extern void ru_Init();
#endif

#define RU_UNDEFINED 256
#define RU_EDIT      1
#define RU_CREATE    2
#endif
