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