[xiph-commits] r17860 - trunk/ao/src
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue Feb 22 08:23:37 PST 2011
Author: xiphmont
Date: 2011-02-22 08:23:36 -0800 (Tue, 22 Feb 2011)
New Revision: 17860
Added:
trunk/ao/src/ao.vers
Log:
Add ao.vers script added by #1764
Added: trunk/ao/src/ao.vers
===================================================================
--- trunk/ao/src/ao.vers (rev 0)
+++ trunk/ao/src/ao.vers 2011-02-22 16:23:36 UTC (rev 17860)
@@ -0,0 +1,17 @@
+LIBAO4_1.0.0 {
+ global: ao_append_global_option;
+ ao_append_option;
+ ao_close;
+ ao_default_driver_id;
+ ao_driver_id;
+ ao_driver_info;
+ ao_driver_info_list;
+ ao_free_options;
+ ao_initialize;
+ ao_is_big_endian;
+ ao_open_file;
+ ao_open_live;
+ ao_play;
+ ao_shutdown;
+ local: *;
+};
More information about the commits
mailing list