Mercurial > hg > sv-dependency-builds
annotate src/liblo-0.26/lo/lo_errors.h @ 95:89f5e221ed7b
Add FFTW3
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 20 Mar 2013 15:35:50 +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_ERRORS_H |
cannam@89 | 18 #define LO_ERRORS_H |
cannam@89 | 19 |
cannam@89 | 20 #ifdef __cplusplus |
cannam@89 | 21 extern "C" { |
cannam@89 | 22 #endif |
cannam@89 | 23 |
cannam@89 | 24 #define LO_ENOPATH 9901 |
cannam@89 | 25 #define LO_ENOTYPE 9902 |
cannam@89 | 26 #define LO_UNKNOWNPROTO 9903 |
cannam@89 | 27 #define LO_NOPORT 9904 |
cannam@89 | 28 #define LO_TOOBIG 9905 |
cannam@89 | 29 #define LO_INT_ERR 9906 |
cannam@89 | 30 #define LO_EALLOC 9907 |
cannam@89 | 31 #define LO_EINVALIDPATH 9908 |
cannam@89 | 32 #define LO_EINVALIDTYPE 9909 |
cannam@89 | 33 #define LO_EBADTYPE 9910 |
cannam@89 | 34 #define LO_ESIZE 9911 |
cannam@89 | 35 #define LO_EINVALIDARG 9912 |
cannam@89 | 36 #define LO_ETERM 9913 |
cannam@89 | 37 #define LO_EPAD 9914 |
cannam@89 | 38 #define LO_EINVALIDBUND 9915 |
cannam@89 | 39 #define LO_EINVALIDTIME 9916 |
cannam@89 | 40 |
cannam@89 | 41 #ifdef __cplusplus |
cannam@89 | 42 } |
cannam@89 | 43 #endif |
cannam@89 | 44 |
cannam@89 | 45 #endif |