From 62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Tue, 30 Oct 2012 21:29:30 +0000 Subject: Imported Upstream version 0.65 --- correlation.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 correlation.h (limited to 'correlation.h') diff --git a/correlation.h b/correlation.h new file mode 100644 index 0000000..c7e51b5 --- /dev/null +++ b/correlation.h @@ -0,0 +1,11 @@ +#ifndef CORRELATION_H +#define CORRELATION_H +#include "machine_type.h" +#include "buffers.h" +#include "output.h" +#include "datatypes.h" + +void find_correlation(tOutput* output,tCorrelation* correlation,tBuffer* buf1,tBuffer* buf2,tInt64* cursorpos1,tInt64* cursorpos2); +void clear_correlation(tCorrelation* correlation); + +#endif -- cgit v1.2.3