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