/* Copyright (c) 2005 Agorics; see MIT_License in this directory
or http://www.opensource.org/licenses/mit-license.html */

/****************************************************************
 
   recep.h
 
****************************************************************/
#ifndef _H_recep
#define _H_recep

#define Recep_AKT              0x003E
#define RecepF_AKT             0x023E

#define Recep_InternalError               1
#define Recep_Dropped                     4
#define Recep_Fail                        5
 
#endif
