12 lines
226 B
C
12 lines
226 B
C
/* $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 */
|