annotate src/vamp-hostsdk/acsymbols.c @ 358:34ff6b72b0f4

Combined VC++ solution containing plugin SDK, host SDK, example plugins, and simple host projects
author Chris Cannam
date Fri, 13 Sep 2013 14:58:41 +0100
parents dc40fff9f20b
children 4ec736a36546
rev   line source
Chris@332 1 /* These stubs are provided so that autoconf can check library
Chris@332 2 * versions using C symbols only */
Chris@332 3
Chris@349 4 extern void libvamphostsdk_v_2_5_present(void) { }
Chris@337 5 extern void libvamphostsdk_v_2_4_present(void) { }
Chris@332 6 extern void libvamphostsdk_v_2_3_1_present(void) { }
Chris@332 7 extern void libvamphostsdk_v_2_3_present(void) { }
Chris@332 8 extern void libvamphostsdk_v_2_2_1_present(void) { }
Chris@332 9 extern void libvamphostsdk_v_2_2_present(void) { }
Chris@332 10 extern void libvamphostsdk_v_2_1_present(void) { }
Chris@332 11 extern void libvamphostsdk_v_2_0_present(void) { }