OSDN Git Service

fix string list parameter in snd_device_name_(free_)hint prototypes
authorClemens Ladisch <clemens@ladisch.de>
Mon, 4 Dec 2006 17:07:46 +0000 (18:07 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 4 Dec 2006 17:07:46 +0000 (18:07 +0100)
commit0f99fe7830fd50f1d4b804fbdb138cbbb462056f
tree03130a46b7e319ed8c1a87ed7db17ffc9e8dbddc
parent1ba513f96f69243e628608d4d7a2ca3072e3d448
fix string list parameter in snd_device_name_(free_)hint prototypes

Fix the type of the string list parameter in the prototypes of
snd_device_name_hint() and snd_device_name_free_hint().  The prototypes
used char**, while the implementation and the users are using void**.
include/control.h