To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / vamp-hostsdk / acsymbols.c @ 532:569fc23fa37a

History | View | Annotate | Download (769 Bytes)

1
/* These stubs are provided so that autoconf can check library
2
 * versions using C symbols only */
3

    
4
extern void libvamphostsdk_v_2_9_present(void) { }
5
extern void libvamphostsdk_v_2_8_present(void) { }
6
extern void libvamphostsdk_v_2_7_1_present(void) { }
7
extern void libvamphostsdk_v_2_7_present(void) { }
8
extern void libvamphostsdk_v_2_6_present(void) { }
9
extern void libvamphostsdk_v_2_5_present(void) { }
10
extern void libvamphostsdk_v_2_4_present(void) { }
11
extern void libvamphostsdk_v_2_3_1_present(void) { }
12
extern void libvamphostsdk_v_2_3_present(void) { }
13
extern void libvamphostsdk_v_2_2_1_present(void) { }
14
extern void libvamphostsdk_v_2_2_present(void) { }
15
extern void libvamphostsdk_v_2_1_present(void) { }
16
extern void libvamphostsdk_v_2_0_present(void) { }