regfpefunc.c revision 23a0898a
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