From: Jaroslav Kysela Date: Sun, 29 May 2005 14:26:20 +0000 (+0000) Subject: name clash (WINE, icc), interface -> iface renamed X-Git-Tag: v1.0.10rc1~54 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d7ef50f5ee1e5abfbbff77f1ba26fd1ab8aa1575;p=alsa-lib.git name clash (WINE, icc), interface -> iface renamed Fix ALSA bug #1139. --- diff --git a/include/conf.h b/include/conf.h index ded36736..c1da0f4c 100644 --- a/include/conf.h +++ b/include/conf.h @@ -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); /** \} */