summaryrefslogtreecommitdiffstats
path: root/polyp/sconv-s16le.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/sconv-s16le.h')
-rw-r--r--polyp/sconv-s16le.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/sconv-s16le.h b/polyp/sconv-s16le.h
index caed826e..ef5e31e8 100644
--- a/polyp/sconv-s16le.h
+++ b/polyp/sconv-s16le.h
@@ -22,7 +22,7 @@
USA.
***/
-void pa_sconv_s16le_to_float32ne(unsigned n, const void *a, unsigned an, float *b);
-void pa_sconv_s16le_from_float32ne(unsigned n, const float *a, void *b, unsigned bn);
+void pa_sconv_s16le_to_float32ne(unsigned n, const void *a, float *b);
+void pa_sconv_s16le_from_float32ne(unsigned n, const float *a, void *b);
#endif