mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
moved #ifdef _cplusplus
This commit is contained in:
parent
e3bdf9a022
commit
f0be454aa1
4 changed files with 12 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue