summaryrefslogtreecommitdiff
path: root/audio/libao/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2007-01-14 22:18:01 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2007-01-14 22:18:01 +0000
commitcd3b00cde6bcb3e5441403fa1c6806cee06b443f (patch)
treefdee7e65f92bcda0c95000b3ec8916848aa4b233 /audio/libao/files
parent- Fix size mismatch (diff)
On special request, provide a full prototype for ao_default_driver_id()
in ao.h. PR: 107903 Submitted by: Ed Schouten <ed@fxq.nl>
Notes
Notes: svn path=/head/; revision=182377
Diffstat (limited to 'audio/libao/files')
-rw-r--r--audio/libao/files/patch-include_ao_ao.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/libao/files/patch-include_ao_ao.h b/audio/libao/files/patch-include_ao_ao.h
new file mode 100644
index 000000000000..7295a654dea2
--- /dev/null
+++ b/audio/libao/files/patch-include_ao_ao.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- include/ao/ao.h.orig
++++ include/ao/ao.h
+@@ -134,7 +134,7 @@
+
+ /* driver information */
+ int ao_driver_id(const char *short_name);
+-int ao_default_driver_id();
++int ao_default_driver_id(void);
+ ao_info *ao_driver_info(int driver_id);
+ ao_info **ao_driver_info_list(int *driver_count);
+ char *ao_file_extension(int driver_id);