diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/urid')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/urid/urid.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.h b/lv2/lv2plug.in/ns/ext/urid/urid.h index b4be712..c317f7f 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.h +++ b/lv2/lv2plug.in/ns/ext/urid/urid.h @@ -35,6 +35,10 @@ #include <stdint.h> +#ifdef __cplusplus +extern "C" { +#endif + /** Opaque pointer to host data for LV2_URID_Map. */ @@ -118,4 +122,8 @@ typedef struct _LV2_URID_Unmap { LV2_URID urid); } LV2_URID_Unmap; +#ifdef __cplusplus +} /* extern "C" */ +#endif + #endif /* LV2_URID_H */ |