summaryrefslogtreecommitdiff
path: root/src/stubs/initfshdl.c
blob: 8d35e3c920e93666adc0f13fa5baa96833492521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $XFree86$ */

#include "stubs.h"

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

/* end of file */