xref: /openbsd/usr.bin/make/enginechoice.h (revision 09467b48)
1 #ifndef ENGINECHOICE_H
2 #define ENGINECHOICE_H
3 
4 extern void engine_run_list(Lst, bool *, bool *);
5 extern void engine_node_updated(GNode *);
6 extern void choose_engine(bool);
7 
8 #endif
9