aboutsummaryrefslogtreecommitdiffstats
path: root/correlation.h
blob: c7e51b50205cb32e0684e3425c2b353658bd6110 (plain)
1
2
3
4
5
6
7
8
9
10
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