pcm.h - major documentation updates and reordering

Cleanup for __cplusplus defines.
This commit is contained in:
Jaroslav Kysela 2001-11-14 11:40:46 +00:00
parent 5e58abf785
commit 87b5b249a5
14 changed files with 402 additions and 321 deletions

View file

@ -28,6 +28,10 @@
#ifndef __ALSA_SEQMID_H
#define __ALSA_SEQMID_H
#ifdef __cplusplus
extern "C" {
#endif
/**
* \defgroup SeqMiddle Sequencer Middle Level Interface
* Sequencer Middle Level Interface
@ -35,10 +39,6 @@
* \{
*/
#ifdef __cplusplus
extern "C" {
#endif
/**
* \brief initialize event record
* \param ev event record pointer
@ -427,11 +427,11 @@ int snd_seq_reset_pool_input(snd_seq_t *seq);
((ev)->type = SND_SEQ_EVENT_SYSEX,\
snd_seq_ev_set_variable(ev, datalen, dataptr))
/** \} */
#ifdef __cplusplus
}
#endif
/** \} */
#endif /* __ALSA_SEQMID_H */