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