summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-10 15:53:48 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-10 16:28:10 -0400
commit94ed0ba1b5043ad9fc33b42756af447d5ab15bbd (patch)
treee6e1d49d6fab397e4ef4d9c11650c04ce8e6360e /include
parentf650c1aeb06e957626bb0a74eddbb133f59dbecb (diff)
Move xorg_backtrace() up to the OS level so we can call it from DIX.
Diffstat (limited to 'include')
-rw-r--r--include/os.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/os.h b/include/os.h
index e63daad50..7acc591f0 100644
--- a/include/os.h
+++ b/include/os.h
@@ -517,4 +517,6 @@ extern void ErrorF(const char *f, ...) _printf_attribute(1,2);
extern void Error(char *str);
extern void LogPrintMarkers(void);
+extern void xorg_backtrace(void);
+
#endif /* OS_H */