diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-30 21:29:30 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-30 21:29:30 +0000 |
commit | 62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f (patch) | |
tree | 8f8f6028fa880b3296b1e42bc8d87cead73aaf78 /correlation.h | |
download | dhex-62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f.tar.gz |
Imported Upstream version 0.65upstream/0.65
Diffstat (limited to '')
-rw-r--r-- | correlation.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |