From 3795e9702b3b3a6fe0594d09cdd110adeb5e42f9 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Fri, 14 Nov 2003 16:48:50 +0000 Subject: Initial revision --- src/stubs/initfshdl.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/stubs/initfshdl.c (limited to 'src/stubs/initfshdl.c') diff --git a/src/stubs/initfshdl.c b/src/stubs/initfshdl.c new file mode 100644 index 0000000..13d2230 --- /dev/null +++ b/src/stubs/initfshdl.c @@ -0,0 +1,12 @@ +/* $XFree86: xc/lib/font/stubs/initfshdl.c,v 1.1 1999/01/11 05:13:20 dawes Exp $ */ + +#include "stubs.h" + +int +init_fs_handlers(FontPathElementPtr fpe, + void (*block_handler)()) +{ + return Successful; +} + +/* end of file */ -- cgit v1.2.3