diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/uri-map')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/uri-map/uri-map.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h index d1dc2f7..2062af3 100644 --- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h +++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h @@ -34,6 +34,10 @@ #include <stdint.h> +#ifdef __cplusplus +extern "C" { +#endif + /** Opaque pointer to host data. */ @@ -87,4 +91,8 @@ typedef struct { const char* uri); } LV2_URI_Map_Feature; +#ifdef __cplusplus +} /* extern "C" */ +#endif + #endif /* LV2_URI_MAP_H */ |