mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
init: Fixed args in signature
This commit is contained in:
parent
06dfce2040
commit
7ac5da025f
1 changed files with 2 additions and 3 deletions
|
@ -168,13 +168,12 @@ void initializeExtensions (
|
||||||
|
|
||||||
extensions.initialize (extDir._data);
|
extensions.initialize (extDir._data);
|
||||||
|
|
||||||
std::cout << "# " << extensions.dump ();
|
log.write ("info", extensions.dump ());
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int dispatchCommand (
|
int dispatchCommand (
|
||||||
int argc,
|
const std::vector <std::string>& args,
|
||||||
const char** argv,
|
|
||||||
Configuration& configuration,
|
Configuration& configuration,
|
||||||
Database& database,
|
Database& database,
|
||||||
Rules& rules,
|
Rules& rules,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue