Mercurial > hg > sv-dependency-builds
comparison osx/include/lo/lo_throw.h @ 33:879bdc878826
Ah, we've already done this. Merge, taking everything from the branch with the older commits.
author | Chris Cannam |
---|---|
date | Fri, 04 Jul 2014 10:37:37 +0100 |
parents | fffb975dc0b1 |
children |
comparison
equal
deleted
inserted
replaced
32:0b732c03ec57 | 33:879bdc878826 |
---|---|
1 /* | |
2 * Copyright (C) 2004 Steve Harris | |
3 * | |
4 * This program is free software; you can redistribute it and/or | |
5 * modify it under the terms of the GNU Lesser General Public License | |
6 * as published by the Free Software Foundation; either version 2.1 | |
7 * of the License, or (at your option) any later version. | |
8 * | |
9 * This program is distributed in the hope that it will be useful, | |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 * GNU Lesser General Public License for more details. | |
13 * | |
14 * $Id$ | |
15 */ | |
16 | |
17 #ifndef LO_THROW_H | |
18 #define LO_THROW_H | |
19 | |
20 #ifdef __cplusplus | |
21 extern "C" { | |
22 #endif | |
23 | |
24 void lo_throw(lo_server s, int errnum, const char *message, const char *path); | |
25 | |
26 #ifdef __cplusplus | |
27 } | |
28 #endif | |
29 | |
30 #endif |