summaryrefslogtreecommitdiffhomepage
path: root/src/lingot-yin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lingot-yin.h')
-rw-r--r--src/lingot-yin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lingot-yin.h b/src/lingot-yin.h
index 1109c22..040ef0d 100644
--- a/src/lingot-yin.h
+++ b/src/lingot-yin.h
@@ -26,6 +26,6 @@
#include "lingot-core.h"
// returns detected period as a number of samples
-FLT yin(LingotCore* core);
+void yin(LingotCore* core);
#endif