Cross Reference: initfshdl.c
xref: /xsrc/external/mit/libXfont/dist/src/stubs/initfshdl.c
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/libXfont/dist/src/stubs/
initfshdl.c revision 0145ab54
1#ifdef HAVE_CONFIG_H
2#include <config.h>
3#endif
4#include "stubs.h"
5
6#ifdef __SUNPRO_C
7#pragma weak init_fs_handlers
8#endif
9
10weak int
11init_fs_handlers(FontPathElementPtr fpe,
12                 BlockHandlerProcPtr block_handler)
13{
14  OVERRIDE_SYMBOL(init_fs_handlers, fpe, block_handler);
15  return Successful;
16}
17

Indexes created Sat Dec 06 07:09:36 GMT 2025