findoldfnt.c   [plain text]


/* $XFree86: xc/lib/font/stubs/findoldfnt.c,v 1.1 1999/01/11 05:13:19 dawes Exp $ */

#include "stubs.h"

FontPtr
find_old_font(FSID id)
{
    return (FontPtr)NULL;
}

/* end of file */