summaryrefslogtreecommitdiff
path: root/src/stubs/initfshdl.c
blob: 15a337a2936f28f26f7670d324862c03f86fe91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* $XFree86: xc/lib/font/stubs/initfshdl.c,v 1.1 1999/01/11 05:13:20 dawes Exp $ */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"

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

/* end of file */