diff options
Diffstat (limited to 'src/stubs/initfshdl.c')
-rw-r--r-- | src/stubs/initfshdl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stubs/initfshdl.c b/src/stubs/initfshdl.c index 13d2230..7a7f024 100644 --- a/src/stubs/initfshdl.c +++ b/src/stubs/initfshdl.c @@ -1,10 +1,10 @@ -/* $XFree86: xc/lib/font/stubs/initfshdl.c,v 1.1 1999/01/11 05:13:20 dawes Exp $ */ +/* $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, - void (*block_handler)()) + BlockHandlerProcPtr block_handler) { return Successful; } |