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

@ -22,12 +22,12 @@ typedef struct sndrv_hwdep_info snd_hwdep_info_t;
#define SND_HWDEP_OPEN_DUPLEX (O_RDWR)
#define SND_HWDEP_OPEN_NONBLOCK (O_NONBLOCK)
typedef struct _snd_hwdep snd_hwdep_t;
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _snd_hwdep snd_hwdep_t;
int snd_hwdep_open(snd_hwdep_t **handle, int card, int device, int mode);
int snd_hwdep_close(snd_hwdep_t *handle);
int snd_hwdep_poll_descriptor(snd_hwdep_t *handle);