mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added __cplusplus defines
This commit is contained in:
parent
d081437f0f
commit
323a0f4419
1 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
||||||
#ifndef __ALSA_GLOBAL_H_
|
#ifndef __ALSA_GLOBAL_H_
|
||||||
#define __ALSA_GLOBAL_H_
|
#define __ALSA_GLOBAL_H_
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup Global Global defines and functions
|
* \defgroup Global Global defines and functions
|
||||||
* Global defines and functions.
|
* Global defines and functions.
|
||||||
|
|
@ -94,4 +98,8 @@ void *snd_async_handler_get_callback_private(snd_async_handler_t *handler);
|
||||||
|
|
||||||
/** \} */
|
/** \} */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __ALSA_GLOBAL_H */
|
#endif /* __ALSA_GLOBAL_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue