setfntauth.c   [plain text]


/* $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 */