- moved function that executes external commands from Transport.cpp
  to util.cpp since it is not dedicated to push/pull/merge anymore
This commit is contained in:
Johannes Schlatow 2011-05-02 16:25:40 +02:00
parent 398371d324
commit 7e1f8591f6
3 changed files with 54 additions and 45 deletions

View file

@ -58,6 +58,7 @@ void delay (float);
std::string formatBytes (size_t);
int autoComplete (const std::string&, const std::vector<std::string>&, std::vector<std::string>&);
const std::string uuid ();
int execute (const std::string&, std::vector<std::string>);
#ifdef SOLARIS
#define LOCK_SH 1