d0bdd3d98c9fa99c5d34dd00ce523165624582ef
[framework/uifw/xorg/lib/libxfont.git] / src / stubs / rmfshdl.c
1 #ifdef HAVE_CONFIG_H
2 #include <config.h>
3 #endif
4 #include "stubs.h"
5
6 #ifdef __SUNPRO_C
7 #pragma weak remove_fs_handlers
8 #endif
9
10 weak void 
11 remove_fs_handlers(FontPathElementPtr fpe,
12                    BlockHandlerProcPtr blockHandler,
13                    Bool all)
14 {
15 }