mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
classifier: Demoted from class to helper functions
This commit is contained in:
parent
a9734824de
commit
e4d0a4ccf7
4 changed files with 15 additions and 41 deletions
|
@ -38,6 +38,9 @@ void initializeDataAndRules (Database&, Rules&, Log&);
|
|||
void initializeExtensions (Rules&, Extensions&, Log&);
|
||||
int dispatchCommand (const std::vector <std::string>&, Database&, Rules&, Extensions&, Log&);
|
||||
|
||||
// classifier.cpp
|
||||
std::vector <std::string> getKeywords (const std::vector <std::string>&);
|
||||
|
||||
// utiŀ.cpp
|
||||
std::string osName ();
|
||||
std::string escape (const std::string&, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue