mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed compilation problem
This commit is contained in:
parent
fdbb710e4a
commit
3a2a3dcca5
1 changed files with 4 additions and 0 deletions
|
|
@ -262,7 +262,11 @@ default_symbol_version(__snd_timer_query_params, snd_timer_query_params, ALSA_0.
|
||||||
* \param status timer status
|
* \param status timer status
|
||||||
* \return 0 on success otherwise a negative error code
|
* \return 0 on success otherwise a negative error code
|
||||||
*/
|
*/
|
||||||
|
#ifndef DOXYGEN
|
||||||
|
int INTERNAL(snd_timer_query_status)(snd_timer_query_t *timer, snd_timer_gstatus_t *status)
|
||||||
|
#else
|
||||||
int snd_timer_query_status(snd_timer_query_t *timer, snd_timer_gstatus_t *status)
|
int snd_timer_query_status(snd_timer_query_t *timer, snd_timer_gstatus_t *status)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
assert(timer);
|
assert(timer);
|
||||||
assert(status);
|
assert(status);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue