mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: lightweightVersionCheck no longer requires any arg processing
This commit is contained in:
parent
85c18376e3
commit
370c024409
3 changed files with 8 additions and 8 deletions
|
@ -35,7 +35,7 @@
|
|||
#include <Color.h>
|
||||
|
||||
// init.cpp
|
||||
bool lightweightVersionCheck (const std::vector <std::string>&);
|
||||
bool lightweightVersionCheck (int, const char**);
|
||||
void initializeDataAndRules (Database&, Rules&, Log&);
|
||||
void initializeExtensions (Rules&, Extensions&, Log&);
|
||||
int dispatchCommand (const std::vector <std::string>&, Database&, Rules&, Extensions&, Log&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue