Initial commit
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / dummylib / xf86errorfverb.c
blob94f03071982a17a6c0517b44674877568ec48e17
2 #ifdef HAVE_XORG_CONFIG_H
3 #include <xorg-config.h>
4 #endif
6 #include <X11/X.h>
7 #include "os.h"
8 #include "xf86.h"
9 #include "xf86Priv.h"
12 * Utility functions required by libxf86_os.
15 _X_EXPORT void
16 xf86ErrorFVerb(int verb, const char *format, ...)
18 va_list ap;
20 va_start(ap, format);
21 LogVWrite(verb, format, ap);
22 va_end(ap);