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 --- ui.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ui.h (limited to 'ui.h') diff --git a/ui.h b/ui.h new file mode 100644 index 0000000..e1dc415 --- /dev/null +++ b/ui.h @@ -0,0 +1,11 @@ +#ifndef UI_H +#define UI_H +#include "machine_type.h" +#include "buffers.h" +#include "search.h" +#include "output.h" +#include "correlation.h" +void searchmask(tOutput* output,tSearch* search,tBuffer* buf,tUInt64* cursorpos); +tInt8 savedialog(tOutput* output,tBuffer* buf); +tInt8 correlationmask(tOutput* output,tCorrelation* correlation); +#endif -- cgit v1.2.3