mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
moved #ifdef _cplusplus
This commit is contained in:
parent
e3bdf9a022
commit
f0be454aa1
4 changed files with 12 additions and 12 deletions
|
|
@ -4,12 +4,12 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
|
||||
typedef struct snd_midi_event snd_midi_event_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct snd_midi_event snd_midi_event_t;
|
||||
|
||||
int snd_midi_event_new(int bufsize, snd_midi_event_t **rdev);
|
||||
int snd_midi_event_resize_buffer(snd_midi_event_t *dev, int bufsize);
|
||||
void snd_midi_event_free(snd_midi_event_t *dev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue