aboutsummaryrefslogtreecommitdiffstats
path: root/vlc_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'vlc_input.h')
-rw-r--r--vlc_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vlc_input.h b/vlc_input.h
index 976a7e7..1614ae3 100644
--- a/vlc_input.h
+++ b/vlc_input.h
@@ -37,7 +37,7 @@ void handleStream(
int vlc_in_prepare(unsigned verbosity, unsigned int rate, const char* uri);
// Read len audio bytes into buf
-size_t vlc_in_read(void *buf, size_t len);
+ssize_t vlc_in_read(void *buf, size_t len);
#endif