matthiasmauch@114: /* matthiasmauch@114: * Copyright (C) 2004 Steve Harris matthiasmauch@114: * matthiasmauch@114: * This program is free software; you can redistribute it and/or matthiasmauch@114: * modify it under the terms of the GNU Lesser General Public License matthiasmauch@114: * as published by the Free Software Foundation; either version 2.1 matthiasmauch@114: * of the License, or (at your option) any later version. matthiasmauch@114: * matthiasmauch@114: * This program is distributed in the hope that it will be useful, matthiasmauch@114: * but WITHOUT ANY WARRANTY; without even the implied warranty of matthiasmauch@114: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the matthiasmauch@114: * GNU Lesser General Public License for more details. matthiasmauch@114: * matthiasmauch@114: * $Id$ matthiasmauch@114: */ matthiasmauch@114: matthiasmauch@114: #ifndef LO_THROW_H matthiasmauch@114: #define LO_THROW_H matthiasmauch@114: matthiasmauch@114: #ifdef __cplusplus matthiasmauch@114: extern "C" { matthiasmauch@114: #endif matthiasmauch@114: matthiasmauch@114: void lo_throw(lo_server s, int errnum, const char *message, const char *path); matthiasmauch@114: matthiasmauch@114: #ifdef __cplusplus matthiasmauch@114: } matthiasmauch@114: #endif matthiasmauch@114: matthiasmauch@114: #endif