exec
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user