summaryrefslogtreecommitdiff
path: root/src/stubs/initfshdl.c
blob: 7a7f02496385417f2919f9dea75b7269e8de30ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $XFree86: xc/lib/font/stubs/initfshdl.c,v 1.2 2003/09/13 21:33:02 dawes Exp $ */

#include "stubs.h"

int
init_fs_handlers(FontPathElementPtr fpe,
                 BlockHandlerProcPtr block_handler)
{
  return Successful;
}

/* end of file */