mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Changes against latest doxygen
This commit is contained in:
parent
5dc9be757c
commit
a92f910569
8 changed files with 99 additions and 22 deletions
|
|
@ -2530,7 +2530,11 @@ snd_seq_event_t *snd_seq_create_event(void)
|
|||
*
|
||||
* this is obsolete. only for compatibility
|
||||
*/
|
||||
#ifndef DOXYGEN
|
||||
int snd_seq_free_event(snd_seq_event_t *ev ATTRIBUTE_UNUSED)
|
||||
#else
|
||||
int snd_seq_free_event(snd_seq_event_t *ev)
|
||||
#endif
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue