]> git.tdb.fi Git - builder.git/blob - source/misc.h
1e1b16cdf9149cccb4279e1f1e048c9b4835c9d1
[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<std::string>     StringList;
9 typedef std::list<Msp::Path::Path> PathList;
10
11 std::string run_command(const StringList &);
12
13 #endif