mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Propagated args to CmdStop
This commit is contained in:
parent
3c6a68de53
commit
a38c607f61
3 changed files with 3 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdStop (
|
||||
const std::vector <std::string>& args,
|
||||
Database& database,
|
||||
Log& log)
|
||||
{
|
||||
|
|
|
@ -49,7 +49,7 @@ int CmdLog (const std::vector <std::string>&,
|
|||
int CmdImport ( );
|
||||
int CmdReport ( );
|
||||
int CmdStart (const std::vector <std::string>&, Database&, Log&);
|
||||
int CmdStop ( Database&, Log&);
|
||||
int CmdStop (const std::vector <std::string>&, Database&, Log&);
|
||||
int CmdTags ( Database&, Log&);
|
||||
int CmdTrack ( );
|
||||
int CmdUndo ( );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue