aboutsummaryrefslogtreecommitdiffstats
path: root/src/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input.h b/src/input.h
index 7d6e8dc..db8ff65 100644
--- a/src/input.h
+++ b/src/input.h
@@ -54,8 +54,9 @@ int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close)
#define snd_input_getc(input) getc(input)
#define snd_input_ungetc(input,c) ungetc(c, input)
-static inline __attribute__ ((deprecated))
-int snd_input_buffer_open(snd_input_t **inputp, const char *buffer, ssize_t size)
+static inline __SALSA_NOT_IMPLEMENTED
+int snd_input_buffer_open(snd_input_t **inputp, const char *buffer,
+ ssize_t size)
{
return -ENXIO;
}