Mercurial > hg > vamp-plugin-sdk
view src/vamp-sdk/acsymbols.c @ 455:5c07a86abddd outputid-string-in-featureset
Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
author | Chris Cannam |
---|---|
date | Mon, 19 Sep 2016 13:35:56 +0100 |
parents | abdf03252c8a |
children | 2dbb3f920abc |
line wrap: on
line source
/* These stubs are provided so that autoconf can check library * versions using C symbols only */ extern void libvampsdk_v_2_7_present(void) { } extern void libvampsdk_v_2_6_present(void) { } extern void libvampsdk_v_2_5_present(void) { } extern void libvampsdk_v_2_4_present(void) { } extern void libvampsdk_v_2_3_1_present(void) { } extern void libvampsdk_v_2_3_present(void) { } extern void libvampsdk_v_2_2_1_present(void) { } extern void libvampsdk_v_2_2_present(void) { } extern void libvampsdk_v_2_1_present(void) { } extern void libvampsdk_v_2_0_present(void) { }