diff --git a/include/os.h b/include/os.h index 13febb3320..da6b3d6fe7 100644 --- a/include/os.h +++ b/include/os.h @@ -291,8 +291,6 @@ extern _X_EXPORT void ErrorF(const char *f, ...) _X_ATTRIBUTE_PRINTF(1, 2); -void LogPrintMarkers(void); - extern _X_EXPORT void xorg_backtrace(void); diff --git a/os/log_priv.h b/os/log_priv.h index 562ea9defc..0042f02482 100644 --- a/os/log_priv.h +++ b/os/log_priv.h @@ -89,4 +89,9 @@ extern int xorgSyslogVerbosity; */ extern const char *xorgSyslogIdent; +/* + * print log markers into the log file + */ +void LogPrintMarkers(void); + #endif /* __XORG_OS_LOGGING_H */