2006-11-26 11:13:41 -07:00
|
|
|
#ifdef HAVE_DIX_CONFIG_H
|
|
|
|
#include <dix-config.h>
|
|
|
|
#endif
|
|
|
|
|
2011-11-05 07:32:40 -06:00
|
|
|
#include <X11/Xfuncproto.h>
|
|
|
|
|
|
|
|
/* ErrorF is used by xtrans */
|
2012-06-10 07:21:05 -06:00
|
|
|
extern _X_EXPORT void
|
|
|
|
ErrorF(const char *f, ...)
|
|
|
|
_X_ATTRIBUTE_PRINTF(1, 2);
|
2011-11-05 07:32:40 -06:00
|
|
|
|
2006-11-26 11:13:41 -07:00
|
|
|
#define TRANS_REOPEN
|
|
|
|
#define TRANS_SERVER
|
|
|
|
#define XSERV_t
|
|
|
|
#include <X11/Xtrans/transport.c>
|