summaryrefslogtreecommitdiff
path: root/src/stubs/cauthgen.c
blob: b40a440ec67d6d4002b2732e3058f0d88ee5c49b (plain)
1
2
3
4
5
6
7
8
9
10
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 */