diff options
Diffstat (limited to 'src/audio.h')
-rw-r--r-- | src/audio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio.h b/src/audio.h index f7f4ae4..2ca554d 100644 --- a/src/audio.h +++ b/src/audio.h @@ -1,8 +1,8 @@ #ifndef AUDIO_H #define AUDIO_H -int audip_play(char *buf); +int audio_play(char *buf); -int audio_record(int fd); +int audio_record(char *buf); #endif |