On special request, provide a full prototype for ao_default_driver_id()

in ao.h.

PR:		107903
Submitted by:	Ed Schouten <ed@fxq.nl>
This commit is contained in:
Christian Weisgerber 2007-01-14 22:18:01 +00:00
parent 473182d93a
commit cd3b00cde6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182377
2 changed files with 15 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= libao
PORTVERSION= 0.8.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.xiph.org/ao/src/

View File

@ -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);