summaryrefslogtreecommitdiff
path: root/usr.bin/make/enginechoice.h
blob: 644123179aec9e28fc81b10aabc5ce5db1461375 (plain)
1
2
3
4
5
6
7
8
#ifndef ENGINECHOICE_H
#define ENGINECHOICE_H

extern void engine_run_list(Lst, bool *, bool *);
extern void engine_node_updated(GNode *);
extern void choose_engine(bool);

#endif