# initial tuning data for Boston, MA A 503000000 8VSB A 509000000 8VSB A 527000000 8VSB A 563000000 8VSB A 569000000 8VSB A 575000000 8VSB A 581000000 8VSB A 623000000 8VSB A 635000000 8VSB A 641000000 8VSB A 647000000 8VSB ='https://git.dereenigne.org/debian/dhex.git' title='dhex.git Git repository'/>
summaryrefslogtreecommitdiffstats
path: root/ui.h
blob: e1dc415ab1b90db5e254e8194e0c8605db6afd4d (plain)
1
2
3
4
5
6
7
8
9
10
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