moved #ifdef _cplusplus

This commit is contained in:
Abramo Bagnara 2001-02-01 07:52:30 +00:00
parent e3bdf9a022
commit f0be454aa1
4 changed files with 12 additions and 12 deletions

View file

@ -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);