comparison osx/include/lo/lo_errors.h @ 27:fffb975dc0b1

added includes as well
author matthiasm
date Thu, 09 Jan 2014 13:23:08 +0000
parents
children
comparison
equal deleted inserted replaced
26:213792ad6ace 27:fffb975dc0b1
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_ERRORS_H
18 #define LO_ERRORS_H
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 #define LO_ENOPATH 9901
25 #define LO_ENOTYPE 9902
26 #define LO_UNKNOWNPROTO 9903
27 #define LO_NOPORT 9904
28 #define LO_TOOBIG 9905
29 #define LO_INT_ERR 9906
30 #define LO_EALLOC 9907
31 #define LO_EINVALIDPATH 9908
32 #define LO_EINVALIDTYPE 9909
33 #define LO_EBADTYPE 9910
34 #define LO_ESIZE 9911
35 #define LO_EINVALIDARG 9912
36 #define LO_ETERM 9913
37 #define LO_EPAD 9914
38 #define LO_EINVALIDBUND 9915
39 #define LO_EINVALIDTIME 9916
40
41 #ifdef __cplusplus
42 }
43 #endif
44
45 #endif