/****************************************************************************/
/* Copyright 2004 MBARI.                                                    */
/* Monterey Bay Aquarium Research Institute Proprietary Information.        */
/* All rights reserved.                                                     */
/****************************************************************************/
#ifndef ERRORS_H
#define ERRORS_H

/* error codes */
#define ERR_SUCCESS         0
#define NO_COMMAND_MATCH    1

#define ERR_BAD_PARAM       20

#endif
