mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
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:
parent
398371d324
commit
7e1f8591f6
3 changed files with 54 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue