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