/************************************************************************/
/* Copyright 2013-2015 MBARI						*/
/************************************************************************/
/* Summary  : Include file for sending BEDS events via YModem           */
/* Filename : bedsym.h							*/
/* Author   : Robert Herlien (rah)					*/
/* Project  : Benthic Event Detection System (BEDS)			*/
/* Revision : 1.0							*/
/* Created  : 09/24/2015 from bedszm.h					*/
/*									    */
/* 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:						*/
/* 24sept2015 rah - created from bedszm.h				*/
/************************************************************************/

#ifndef INCbedsymh
#define INCbedsymh	1

int ymSendFiles(char *name);

#endif /* INCbedsymh */
