diff options
Diffstat (limited to 'nx-X11/lib/font/stubs/cauthgen.c')
-rw-r--r-- | nx-X11/lib/font/stubs/cauthgen.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nx-X11/lib/font/stubs/cauthgen.c b/nx-X11/lib/font/stubs/cauthgen.c new file mode 100644 index 000000000..dec438d08 --- /dev/null +++ b/nx-X11/lib/font/stubs/cauthgen.c @@ -0,0 +1,14 @@ +/* $XFree86$ */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif +#include "stubs.h" + +int +client_auth_generation(ClientPtr client) +{ + return 0; +} + +/* end of file */ |