fix: add missing function declarations to cli.h
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
9
Let's do that.cli.h
Normal file
9
Let's do that.cli.h
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#ifndef CLI_H
|
||||||
|
#define CLI_H
|
||||||
|
|
||||||
|
#include "engine.h"
|
||||||
|
|
||||||
|
int cli_process_line(Engine *engine, const char *line);
|
||||||
|
void cli_run(Engine *engine);
|
||||||
|
|
||||||
|
#endif /* CLI_H */
|
||||||
Reference in New Issue
Block a user