name clash (WINE, icc), interface -> iface renamed

Fix ALSA bug #1139.
This commit is contained in:
Jaroslav Kysela 2005-05-29 14:26:20 +00:00
parent e789209314
commit d7ef50f5ee

View file

@ -186,7 +186,7 @@ struct snd_devname {
snd_devname_t *next; /**< Next pointer */
};
int snd_names_list(const char *interface, snd_devname_t **list);
int snd_names_list(const char *iface, snd_devname_t **list);
void snd_names_list_free(snd_devname_t *list);
/** \} */