Added __cplusplus defines

This commit is contained in:
Jaroslav Kysela 2001-11-20 16:14:58 +00:00
parent d081437f0f
commit 323a0f4419

View file

@ -28,6 +28,10 @@
#ifndef __ALSA_GLOBAL_H_
#define __ALSA_GLOBAL_H_
#ifdef __cplusplus
extern "C" {
#endif
/**
* \defgroup Global 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 */