From: Jaroslav Kysela Date: Wed, 4 Jul 2001 15:56:51 +0000 (+0000) Subject: Changed from bool to val to avoid error in c++. X-Git-Tag: v1.0.3~755 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a5b77b03f6e234382f5a0c274724665ab9943254;p=alsa-lib.git Changed from bool to val to avoid error in c++. --- diff --git a/include/instr.h b/include/instr.h index cabd02fb..7892432c 100644 --- a/include/instr.h +++ b/include/instr.h @@ -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 }