cannam@89: /* cannam@89: * Copyright (C) 2004 Steve Harris cannam@89: * cannam@89: * This program is free software; you can redistribute it and/or cannam@89: * modify it under the terms of the GNU Lesser General Public License cannam@89: * as published by the Free Software Foundation; either version 2.1 cannam@89: * of the License, or (at your option) any later version. cannam@89: * cannam@89: * This program is distributed in the hope that it will be useful, cannam@89: * but WITHOUT ANY WARRANTY; without even the implied warranty of cannam@89: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the cannam@89: * GNU Lesser General Public License for more details. cannam@89: * cannam@89: * $Id$ cannam@89: */ cannam@89: cannam@89: #ifndef LO_ERRORS_H cannam@89: #define LO_ERRORS_H cannam@89: cannam@89: #ifdef __cplusplus cannam@89: extern "C" { cannam@89: #endif cannam@89: cannam@89: #define LO_ENOPATH 9901 cannam@89: #define LO_ENOTYPE 9902 cannam@89: #define LO_UNKNOWNPROTO 9903 cannam@89: #define LO_NOPORT 9904 cannam@89: #define LO_TOOBIG 9905 cannam@89: #define LO_INT_ERR 9906 cannam@89: #define LO_EALLOC 9907 cannam@89: #define LO_EINVALIDPATH 9908 cannam@89: #define LO_EINVALIDTYPE 9909 cannam@89: #define LO_EBADTYPE 9910 cannam@89: #define LO_ESIZE 9911 cannam@89: #define LO_EINVALIDARG 9912 cannam@89: #define LO_ETERM 9913 cannam@89: #define LO_EPAD 9914 cannam@89: #define LO_EINVALIDBUND 9915 cannam@89: #define LO_EINVALIDTIME 9916 cannam@89: cannam@89: #ifdef __cplusplus cannam@89: } cannam@89: #endif cannam@89: cannam@89: #endif