/*****************************************************************************
 * File:       EXP_bridge.h
 *
 * Description:
 *
 * External Entity: 'experiment'  (EXP)
 ****************************************************************************/

#ifndef EXP_BRIDGE_H
#define EXP_BRIDGE_H

#ifdef	__cplusplus
extern "C" {
#endif

#include "e_mechs.h"

/*****************************************************************************
 * Bridge:  done
 ****************************************************************************/
extern void EXP_done( void );


#ifdef	__cplusplus
}
#endif

#endif  /* EXP_BRIDGE_H */