mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 06:10:36 +02:00
Util
- Made arg vector const. - Applied coding conventions.
This commit is contained in:
parent
ff8bc79b8f
commit
820c327a81
2 changed files with 19 additions and 21 deletions
|
@ -52,7 +52,7 @@ void uuid_unparse_lower (uuid_t uu, char *out);
|
|||
#endif
|
||||
const std::string uuid ();
|
||||
|
||||
int execute (const std::string&, std::vector<std::string>);
|
||||
int execute (const std::string&, const std::vector <std::string>&);
|
||||
|
||||
#ifdef SOLARIS
|
||||
#define LOCK_SH 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue