mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Changed from bool to val to avoid error in c++.
This commit is contained in:
parent
0b506b0944
commit
a5b77b03f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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_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_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_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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue