/************************************************************************/
/* Copyright 1994 MBARI-IFREMER						*/
/************************************************************************/

/************************************************************************
 * Summary  :	Description of fields and constants needed by Context 	
 * Filename :	Context.h
 * Author   :	sylvain.coudray	MBARI-IFREMER/diti/dsi/ie
 * Project  :	Tiburon-Rov6000
 * $Revision: 1.1 $
 * Created  :		
 ************************************************************************
 * Notes and Modification History:
 * $Log:	Context.h,v $
 * Revision 1.1  94/11/14  16:38:23  16:38:23  scoudray (Sylvain Coudray)
 * Initial revision
 * 
 ************************************************************************/

#ifndef INCContexth	/* to avoid multiple definitions */
#define INCContexth 1

						/* function prototypes        */
#if __STDC__
OV_Context *Context_New(Void);
void	   Context_Delete(OV_Context *p_context);
void	   Context_Initialize(OV_Context *p_context);
#endif

#endif /* INCContexth to avoid multiple definitions */
