diff options
Diffstat (limited to 'nx-X11/lib/font/stubs/initfshdl.c')
-rw-r--r-- | nx-X11/lib/font/stubs/initfshdl.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nx-X11/lib/font/stubs/initfshdl.c b/nx-X11/lib/font/stubs/initfshdl.c new file mode 100644 index 000000000..15a337a29 --- /dev/null +++ b/nx-X11/lib/font/stubs/initfshdl.c @@ -0,0 +1,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 */ |