summaryrefslogtreecommitdiffstats
path: root/akonadi2_cli/syntax_modules/core_syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'akonadi2_cli/syntax_modules/core_syntax.h')
-rw-r--r--akonadi2_cli/syntax_modules/core_syntax.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/akonadi2_cli/syntax_modules/core_syntax.h b/akonadi2_cli/syntax_modules/core_syntax.h
index 0db6661..4afd69d 100644
--- a/akonadi2_cli/syntax_modules/core_syntax.h
+++ b/akonadi2_cli/syntax_modules/core_syntax.h
@@ -25,6 +25,8 @@ namespace CoreSyntax
25{ 25{
26 SyntaxTree::SyntaxList syntax(); 26 SyntaxTree::SyntaxList syntax();
27 bool exit(const QStringList &commands, State &state); 27 bool exit(const QStringList &commands, State &state);
28 bool showHelp(const QStringList &commands, State &); 28 bool showHelp(const QStringList &commands, State &state);
29 bool setDebugLevel(const QStringList &commands, State &state);
30 bool printDebugLevel(const QStringList &commands, State &state);
29} 31}
30 32