Cross Reference: regfpefunc.c
xref: /xsrc/external/mit/libXfont/dist/src/stubs/regfpefunc.c
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/libXfont/dist/src/stubs/
regfpefunc.c revision 41c30155
1#ifdef HAVE_CONFIG_H
2#include <config.h>
3#endif
4#include "stubs.h"
5
6#ifdef __SUNPRO_C
7#pragma weak RegisterFPEFunctions
8#endif
9
10weak int
11RegisterFPEFunctions(NameCheckFunc name_func,
12		     InitFpeFunc init_func,
13		     FreeFpeFunc free_func,
14		     ResetFpeFunc reset_func,
15		     OpenFontFunc open_func,
16		     CloseFontFunc close_func,
17		     ListFontsFunc list_func,
18		     StartLfwiFunc start_lfwi_func,
19		     NextLfwiFunc next_lfwi_func,
20		     WakeupFpeFunc wakeup_func,
21		     ClientDiedFunc client_died,
22		     LoadGlyphsFunc load_glyphs,
23		     StartLaFunc start_list_alias_func,
24		     NextLaFunc next_list_alias_func,
25		     SetPathFunc set_path_func)
26{
27    return 0;
28}
29

Indexes created Fri Dec 12 08:09:37 GMT 2025