/****************************************************************************/
/* Copyright 2010 MBARI														*/
/****************************************************************************/
/* Summary	: Include file for config file save routines					*/
/* Filename : cfgsave.h														*/
/* Author	: Robert Herlien (rah)											*/
/* Project	: Respirometer Upgrade											*/
/* Revision : $Revision: 1.1 $												*/
/* Created	: 05/14/2010													*/
/*																			*/
/* 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:													*/
/* 14may2010 rah - created													*/
/*
/* $Log: cfgsave.h,v $
/* Revision 1.1	 2011/10/25 22:39:21  bobh
/* Initial oasis4 revision
/*
/* Revision 1.1	 2010/05/17 18:48:45  bobh
/* Added cfgsave, more, ren commands
/*
*/
/****************************************************************************/

#ifndef INCcfgsaveh
#define INCcfgsaveh		1


/****************************************/
/* Function Declarations				*/
/****************************************/

Int16	usrSaveCfg(Void);

#endif	/* INCcfgsaveh */
