aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/font/stubs/errorf.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/font/stubs/errorf.c')
-rw-r--r--nx-X11/lib/font/stubs/errorf.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/nx-X11/lib/font/stubs/errorf.c b/nx-X11/lib/font/stubs/errorf.c
new file mode 100644
index 000000000..52c6042a6
--- /dev/null
+++ b/nx-X11/lib/font/stubs/errorf.c
@@ -0,0 +1,13 @@
+/* $XFree86: xc/lib/font/stubs/errorf.c,v 1.1 1999/01/11 05:13:19 dawes Exp $ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include "stubs.h"
+
+void
+ErrorF(const char *f, ...)
+{
+}
+
+/* end of file */