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
|
|
@ -1,8 +1,4 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct _snd_output snd_output_t;
|
||||
|
||||
typedef enum _snd_output_type {
|
||||
|
|
@ -10,6 +6,10 @@ typedef enum _snd_output_type {
|
|||
SND_OUTPUT_BUFFER,
|
||||
} snd_output_type_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int snd_output_stdio_open(snd_output_t **outputp, const char *file);
|
||||
int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int close);
|
||||
int snd_output_buffer_open(snd_output_t **outputp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue