]> git.alsa-project.org Git - alsa-lib.git/commitdiff
name clash (WINE, icc), interface -> iface renamed
authorJaroslav Kysela <perex@perex.cz>
Sun, 29 May 2005 14:26:20 +0000 (14:26 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 29 May 2005 14:26:20 +0000 (14:26 +0000)
Fix ALSA bug #1139.

include/conf.h

index ded36736db6f28c063d98d64d2883853e3113d5d..c1da0f4c0d89fe758b4aa12fbbbbd30bc1fbc5ef 100644 (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);
 
 /** \} */