summaryrefslogtreecommitdiff
path: root/src/stubs/cauthgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/cauthgen.c')
-rw-r--r--src/stubs/cauthgen.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stubs/cauthgen.c b/src/stubs/cauthgen.c
new file mode 100644
index 0000000..b40a440
--- /dev/null
+++ b/src/stubs/cauthgen.c
@@ -0,0 +1,11 @@
+/* $XFree86: xc/lib/font/stubs/cauthgen.c,v 1.1 1999/01/11 05:13:18 dawes Exp $ */
+
+#include "stubs.h"
+
+int
+client_auth_generation(ClientPtr client)
+{
+ return 0;
+}
+
+/* end of file */