summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorRubidium <rubidium@openttd.org>2021-07-23 22:36:17 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-09-01 22:40:44 +0200
commit92559e6f3aa1015abbb453f43a51da13f8e5bf87 (patch)
tree752b4e96084e064d7ad2a11954c2878f05c6a8b0 /src/debug.h
parent63116bd59f03182eadc529acee333a753e2046c4 (diff)
downloadopenttd-92559e6f3aa1015abbb453f43a51da13f8e5bf87.tar.xz
Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index 37375fb08..770bc7882 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -122,4 +122,7 @@ void CDECL ShowInfoF(const char *str, ...) WARN_FORMAT(1, 2);
const char *GetLogPrefix();
+void DebugSendRemoteMessages();
+void DebugReconsiderSendRemoteMessages();
+
#endif /* DEBUG_H */