annotate win32-mingw/include/lo/lo_throw.h @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents c0fb53affa76
children
rev   line source
Chris@9 1 /*
Chris@9 2 * Copyright (C) 2004 Steve Harris
Chris@9 3 *
Chris@9 4 * This program is free software; you can redistribute it and/or
Chris@9 5 * modify it under the terms of the GNU Lesser General Public License
Chris@9 6 * as published by the Free Software Foundation; either version 2.1
Chris@9 7 * of the License, or (at your option) any later version.
Chris@9 8 *
Chris@9 9 * This program is distributed in the hope that it will be useful,
Chris@9 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Chris@9 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Chris@9 12 * GNU Lesser General Public License for more details.
Chris@9 13 *
Chris@9 14 * $Id$
Chris@9 15 */
Chris@9 16
Chris@9 17 #ifndef LO_THROW_H
Chris@9 18 #define LO_THROW_H
Chris@9 19
Chris@9 20 #ifdef __cplusplus
Chris@9 21 extern "C" {
Chris@9 22 #endif
Chris@9 23
Chris@9 24 void lo_throw(lo_server s, int errnum, const char *message, const char *path);
Chris@9 25
Chris@9 26 #ifdef __cplusplus
Chris@9 27 }
Chris@9 28 #endif
Chris@9 29
Chris@9 30 #endif