summaryrefslogtreecommitdiff
path: root/src/stubs/regfpefunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/regfpefunc.c')
-rw-r--r--src/stubs/regfpefunc.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/stubs/regfpefunc.c b/src/stubs/regfpefunc.c
new file mode 100644
index 0000000..96f4b92
--- /dev/null
+++ b/src/stubs/regfpefunc.c
@@ -0,0 +1,25 @@
+/* $XFree86: xc/lib/font/stubs/regfpefunc.c,v 1.2 1999/08/21 13:48:07 dawes Exp $ */
+
+#include "stubs.h"
+
+int
+RegisterFPEFunctions(NameCheckFunc name_func,
+ InitFpeFunc init_func,
+ FreeFpeFunc free_func,
+ ResetFpeFunc reset_func,
+ OpenFontFunc open_func,
+ CloseFontFunc close_func,
+ ListFontsFunc list_func,
+ StartLfwiFunc start_lfwi_func,
+ NextLfwiFunc next_lfwi_func,
+ WakeupFpeFunc wakeup_func,
+ ClientDiedFunc client_died,
+ LoadGlyphsFunc load_glyphs,
+ StartLaFunc start_list_alias_func,
+ NextLaFunc next_list_alias_func,
+ SetPathFunc set_path_func)
+{
+ return 0;
+}
+
+/* end of file */