global.set has been implemented, but not diff xmit for globals

This commit is contained in:
2023-04-05 18:41:03 -04:00
parent 74f7686b85
commit f0f4ad8609
10 changed files with 260 additions and 152 deletions

View File

@@ -242,7 +242,7 @@ struct EngineWrapper {
// will only contain printable characters. The line will not contain a
// newline - the newline is implied.
//
void (*hook_dprintf)(void (*func)(const char *oneline));
void (*hook_dprint)(void (*func)(const char *oneline, size_t size));
// Restore the wrapper to its initial blank state.
//