aboutsummaryrefslogtreecommitdiffstats
path: root/search.h
blob: 1928596162f5d474fbd6b7bdb52849efcff66b82 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef	SEARCH_H
#define	SEARCH_H
#include "machine_type.h"
#include "buffers.h"
#include "datatypes.h"

void	clearsearch(tSearch* search);
tInt8	searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev);

#endif