]> git.tdb.fi Git - builder.git/blob - source/misc.h
Add command line options (not all of them work yet)
[builder.git] / source / misc.h
1 #ifndef MISC_H_
2 #define MISC_H_
3
4 #include <list>
5 #include <string>
6 #include <msp/path/path.h>
7
8 typedef std::list<Msp::Path::Path> PathList;
9
10 std::string run_command(const std::list<std::string> &);
11
12 #endif