para.h: Fix typo in comment.
[paraslash.git] / filter.h
index c34acca8e96063804fd0d4cf788ac27658ca94b7..692020c40ca80fcd7dd008d59095d7df469d9399 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -120,6 +120,8 @@ void filter_init(void);
 int check_filter_arg(char *filter_arg, void **conf);
 void print_filter_helps(int detailed);
 void generic_filter_pre_select(struct sched *s, struct task *t);
+int decoder_execute(const char *cmd, unsigned sample_rate, unsigned channels,
+               char **result);
 
 static inline void write_int16_host_endian(char *buf, int val)
 {