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