summaryrefslogtreecommitdiff
path: root/src/stubs/setfntauth.c
blob: 75e59c4b73242759c47a83e13be30755795655b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $XFree86: xc/lib/font/stubs/setfntauth.c,v 1.1 1999/01/11 05:13:21 dawes Exp $ */

#include "stubs.h"

int
set_font_authorizations(char **authorizations, int *authlen, ClientPtr client)
{
    return 0;
}

/* end of file */