mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Helper functions
- Rescued the ::encode and ::decode funtions and put them in util.cpp. This is because 2.0 will still need to perform the same encode/decode operations without Att.cpp around.
This commit is contained in:
parent
f92b13fbf7
commit
e5acabc452
2 changed files with 57 additions and 0 deletions
|
@ -85,5 +85,8 @@ void combine (std::vector <int>&, const std::vector <int>&);
|
|||
|
||||
unsigned burndown_size (unsigned ntasks);
|
||||
|
||||
const std::string encode (const std::string&);
|
||||
const std::string decode (const std::string&);
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue