summaryrefslogtreecommitdiff
path: root/src/stubs/initfshdl.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:20 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:20 +0000
commitfb0cbe6e7287d635a5f368e055cc0aae6ed50125 (patch)
tree24940f60afb7e084ca0760710bf9d1ffd21c384a /src/stubs/initfshdl.c
parentca219ad2fc4f392505d378dfa5a2b34d33de6d61 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'src/stubs/initfshdl.c')
-rw-r--r--src/stubs/initfshdl.c4
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;
}