]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
Replace the ortp sender/receiver by the generic udp sender/receiver.
[paraslash.git] / filter.h
index 0c3ac70834b6c3909bd59bc87b9121811c6d3620..c2a6310b5fa12903f7e15ca5453dd312bb3e02c8 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -204,7 +204,7 @@ void close_filters(struct filter_chain *fc);
 void filter_init(struct filter *all_filters);
 int check_filter_arg(char *filter_arg, void **conf);
 void filter_pre_select(__a_unused struct sched *s, struct task *t);
-
+void print_filter_helps(int detailed);
 
 static inline void write_int16_host_endian(char *buf, int val)
 {