annotate src/liblo-0.26/lo/lo_throw.h @ 140:59a8758c56b1

Add source for PortAudio stable v190600_20161030
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 03 Jan 2017 13:44:07 +0000
parents 8a15ff55d9af
children
rev   line source
cannam@89 1 /*
cannam@89 2 * Copyright (C) 2004 Steve Harris
cannam@89 3 *
cannam@89 4 * This program is free software; you can redistribute it and/or
cannam@89 5 * modify it under the terms of the GNU Lesser General Public License
cannam@89 6 * as published by the Free Software Foundation; either version 2.1
cannam@89 7 * of the License, or (at your option) any later version.
cannam@89 8 *
cannam@89 9 * This program is distributed in the hope that it will be useful,
cannam@89 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
cannam@89 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
cannam@89 12 * GNU Lesser General Public License for more details.
cannam@89 13 *
cannam@89 14 * $Id$
cannam@89 15 */
cannam@89 16
cannam@89 17 #ifndef LO_THROW_H
cannam@89 18 #define LO_THROW_H
cannam@89 19
cannam@89 20 #ifdef __cplusplus
cannam@89 21 extern "C" {
cannam@89 22 #endif
cannam@89 23
cannam@89 24 void lo_throw(lo_server s, int errnum, const char *message, const char *path);
cannam@89 25
cannam@89 26 #ifdef __cplusplus
cannam@89 27 }
cannam@89 28 #endif
cannam@89 29
cannam@89 30 #endif