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_THROW_H matthiasm@27: #define LO_THROW_H matthiasm@27: matthiasm@27: #ifdef __cplusplus matthiasm@27: extern "C" { matthiasm@27: #endif matthiasm@27: matthiasm@27: void lo_throw(lo_server s, int errnum, const char *message, const char *path); matthiasm@27: matthiasm@27: #ifdef __cplusplus matthiasm@27: } matthiasm@27: #endif matthiasm@27: matthiasm@27: #endif