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