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