naspro

view naspro-core/include/NASPRO/core/lv2api.h @ 168:c7f1f52651be

More fixes
author Stefano D'Angelo <zanga.mail@gmail.com>
date Sat Sep 12 18:43:25 2009 +0200 (2009-09-12)
parents d7568c8379c1
children 71372f617827
line source
1 /*
2 * NASPRO - NASPRO Architecture for Sound Processing
3 * Core library
4 *
5 * Copyright (C) 2007-2009 Stefano D'Angelo <zanga.mail@gmail.com>
6 *
7 * See the COPYING file for license conditions.
8 */
10 #ifndef _NACORE_LV2API_H
11 #define _NACORE_LV2API_H
13 #include <lv2.h>
15 #include <NASPRO/core/bridge.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 void nacore_lv2api_fill_desc(LV2_Descriptor *lv2_desc,
22 struct nacore_descriptor *n_desc);
24 #ifdef __cplusplus
25 }
26 #endif
28 #endif /* !_NACORE_LV2API_H */