]> git.tdb.fi Git - builder.git/blobdiff - source/misc.h
Code reorganizing and cleanup
[builder.git] / source / misc.h
index a35c0ed3093cf371baf8e6f43b18630c7a16b697..1e1b16cdf9149cccb4279e1f1e048c9b4835c9d1 100644 (file)
@@ -5,8 +5,9 @@
 #include <string>
 #include <msp/path/path.h>
 
+typedef std::list<std::string>     StringList;
 typedef std::list<Msp::Path::Path> PathList;
 
-std::string run_command(const std::list<std::string> &);
+std::string run_command(const StringList &);
 
 #endif