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