]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Changed from bool to val to avoid error in c++.
authorJaroslav Kysela <perex@perex.cz>
Wed, 4 Jul 2001 15:56:51 +0000 (15:56 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 4 Jul 2001 15:56:51 +0000 (15:56 +0000)
include/instr.h

index cabd02fb9178231bae4e97a8943822b405dbcc47..7892432c47ad1b4a9e06374b276e4ac13f1cec69 100644 (file)
@@ -49,7 +49,7 @@ void snd_instr_header_set_name(snd_instr_header_t *info, const char *name);
 void snd_instr_header_set_type(snd_instr_header_t *info, int type);
 void snd_instr_header_set_format(snd_instr_header_t *info, const char *format);
 void snd_instr_header_set_alias(snd_instr_header_t *info, const snd_seq_instr_t *instr);
-void snd_instr_header_set_follow_alias(snd_instr_header_t *info, int bool);
+void snd_instr_header_set_follow_alias(snd_instr_header_t *info, int val);
 
 #ifdef __cplusplus
 }