summaryrefslogtreecommitdiffstats
path: root/src/symutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/symutil.h')
-rw-r--r--src/symutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/symutil.h b/src/symutil.h
index b3f020f..dfc8b76 100644
--- a/src/symutil.h
+++ b/src/symutil.h
@@ -30,5 +30,6 @@ int cstrcpy_v(bool v3, BYTE* d, const char* s);
bool dstrcmp(const BYTE* s1, bool cstr1, const BYTE* s2, bool cstr2);
extern char dotReplacementChar;
+extern bool demangleSymbols;
#endif //__SYMUTIL_H__