tb implement command logging
This commit is contained in:
@ -33,6 +33,6 @@ typedef struct {
|
||||
Token *tokens;
|
||||
} Tokenizer;
|
||||
|
||||
bool interp_runstring(const char *string, InterpResult **res);
|
||||
bool interp_runstring(const char *string, InterpResult **res, bool logcmds);
|
||||
|
||||
#endif // TB_INTERP_H_
|
||||
|
Reference in New Issue
Block a user