/************************************************************************/
/* Copyright 2014 MBARI							*/
/************************************************************************/
/* Summary  : Include file for porting eKermit to BEDS on Persistor	*/
/* Filename : bedskermit.h						*/
/* Author   : Robert Herlien (rah)					*/
/* Project  : Benthic Event Detection System (BEDS)			*/
/* Revision : 1.0							*/
/* Created  : 7/21/2014							*/
/*									    */
/* MBARI provides this documentation and code "as is", with no warranty,    */
/* express or implied, of its quality or consistency. It is provided without*/
/* support and without obligation on the part of the Monterey Bay Aquarium  */
/* Research Institute to assist in its use, correction, modification, or    */
/* enhancement. This information should not be published or distributed to  */
/* third parties without specific written permission from MBARI.            */
/*									    */
/************************************************************************/
/* Modification History:						*/
/* 21jul2014 rah - created						*/
/************************************************************************/

#ifndef INCbedskermith
#define INCbedskermith	1

#include <cfxpico.h>

/* Declarations for externally called functions		*/
int kermitSendFiles(char *name, int xfermode, int errRate, int dbg);

#endif /* INCbedskermith */
