#ifndef _ALMONITOR_H_
#define _ALMONITOR_H_
#include "RMFBuffer.h"
#include "biregistry.h"
#include "debug.h"
#include "useful.h"
  
extern char* Almonitor_make_translation PROTOTYPE((char*,char*,char*));
extern char* Almonitor_register_address PROTOTYPE((VOIDP,char*));
extern VOIDP Almonitor_get_obj_from_string PROTOTYPE((char*));
extern char* Almonitor_remove_obj PROTOTYPE((VOIDP));

#endif
