summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-04-07 20:55:55 +0000
committeralberth <alberth@openttd.org>2012-04-07 20:55:55 +0000
commitb57bef91a12eb78dcd1fb3f106463b9081f09ef0 (patch)
treee571b0011032e68d924841bb1f0d01f4ea791c10 /src/debug.h
parentfd2900f863a81f24c3a2b921fbaf2743526525a4 (diff)
downloadopenttd-b57bef91a12eb78dcd1fb3f106463b9081f09ef0.tar.xz
(svn r24099) -Add: Output list of -d option facilities with in the help text.
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index 263ba0356..ecb6a59b7 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -58,6 +58,7 @@
void CDECL debug(const char *dbg, const char *format, ...) WARN_FORMAT(2, 3);
#endif /* NO_DEBUG_MESSAGES */
+char *DumpDebugFacilityNames(char *buf, char *last);
void SetDebugString(const char *s);
const char *GetDebugString();