Mercurial > hg > sv-dependency-builds
annotate osx/include/lo/lo_throw.h @ 114:241db1b1eff2
added includes as well
author | Matthias Mauch <matthiasmauch@gmail.com> |
---|---|
date | Thu, 09 Jan 2014 13:23:08 +0000 |
parents | |
children |
rev | line source |
---|---|
matthiasmauch@114 | 1 /* |
matthiasmauch@114 | 2 * Copyright (C) 2004 Steve Harris |
matthiasmauch@114 | 3 * |
matthiasmauch@114 | 4 * This program is free software; you can redistribute it and/or |
matthiasmauch@114 | 5 * modify it under the terms of the GNU Lesser General Public License |
matthiasmauch@114 | 6 * as published by the Free Software Foundation; either version 2.1 |
matthiasmauch@114 | 7 * of the License, or (at your option) any later version. |
matthiasmauch@114 | 8 * |
matthiasmauch@114 | 9 * This program is distributed in the hope that it will be useful, |
matthiasmauch@114 | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
matthiasmauch@114 | 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
matthiasmauch@114 | 12 * GNU Lesser General Public License for more details. |
matthiasmauch@114 | 13 * |
matthiasmauch@114 | 14 * $Id$ |
matthiasmauch@114 | 15 */ |
matthiasmauch@114 | 16 |
matthiasmauch@114 | 17 #ifndef LO_THROW_H |
matthiasmauch@114 | 18 #define LO_THROW_H |
matthiasmauch@114 | 19 |
matthiasmauch@114 | 20 #ifdef __cplusplus |
matthiasmauch@114 | 21 extern "C" { |
matthiasmauch@114 | 22 #endif |
matthiasmauch@114 | 23 |
matthiasmauch@114 | 24 void lo_throw(lo_server s, int errnum, const char *message, const char *path); |
matthiasmauch@114 | 25 |
matthiasmauch@114 | 26 #ifdef __cplusplus |
matthiasmauch@114 | 27 } |
matthiasmauch@114 | 28 #endif |
matthiasmauch@114 | 29 |
matthiasmauch@114 | 30 #endif |