summaryrefslogtreecommitdiff
path: root/include/conf.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2000-11-20 20:10:46 +0000
committerJaroslav Kysela <perex@perex.cz>2000-11-20 20:10:46 +0000
commit41bb7068f2e8b54c73874f40efcc89204f9992e0 (patch)
tree849db082c98e4442e480d5b673bd42c2ab0ec339 /include/conf.h
parent3cc2b957fbe73dcdf34f34ce70e6b85e06d915d0 (diff)
downloadalsa-lib-41bb7068f2e8b54c73874f40efcc89204f9992e0.tar.gz
Merged pcmfinal branch.
Diffstat (limited to 'include/conf.h')
-rw-r--r--include/conf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/conf.h b/include/conf.h
index d2858380..00ae6f99 100644
--- a/include/conf.h
+++ b/include/conf.h
@@ -1,14 +1,14 @@
-typedef enum {
+typedef enum _snd_config_type {
SND_CONFIG_TYPE_INTEGER,
SND_CONFIG_TYPE_REAL,
SND_CONFIG_TYPE_STRING,
SND_CONFIG_TYPE_COMPOUND,
} snd_config_type_t;
-typedef struct snd_config snd_config_t;
+typedef struct _snd_config snd_config_t;
-struct snd_config {
+struct _snd_config {
char *id;
snd_config_type_t type;
union {