diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-10-16 22:55:45 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-10-16 22:55:45 +0300 |
commit | b1b7c92aa96af5502f276819b628b05d54f4655c (patch) | |
tree | 6a04459dc7128fd4259356a88785defeab678b30 /src/audio.h | |
parent | 675ded0d66b9fd60777d3037ded1446a3f9ef986 (diff) |
nearly works
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 |