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 0145ab54
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    OVERRIDE_SYMBOL(RegisterFPEFunctions, name_func, init_func, free_func,
28                    reset_func, open_func, close_func, list_func, start_lfwi_func,
29                    next_lfwi_func, wakeup_func, client_died, load_glyphs,
30                    start_list_alias_func, next_list_alias_func, set_path_func);
31    return 0;
32}
33

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