summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/internal/misc.hxx18
1 files changed, 18 insertions, 0 deletions
diff --git a/sal/inc/internal/misc.hxx b/sal/inc/internal/misc.hxx
new file mode 100644
index 000000000000..b93868e1baab
--- /dev/null
+++ b/sal/inc/internal/misc.hxx
@@ -0,0 +1,18 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+#ifndef INCLUDED_SAL_INC_INTERNAL_MISC_H
+#define INCLUDED_SAL_INC_INTERNAL_MISC_H
+
+#include <rtl/ustring.hxx>
+
+/// Build a debugging backtrace from current PC location.
+rtl_uString *osl_backtraceAsString(void);
+
+#endif // INCLUDED_SAL_INC_INTERNAL_MISC_H
+