summaryrefslogtreecommitdiff
path: root/pl/plufstlp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/plufstlp1.c')
-rw-r--r--pl/plufstlp1.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/pl/plufstlp1.c b/pl/plufstlp1.c
new file mode 100644
index 000000000..9a20935fe
--- /dev/null
+++ b/pl/plufstlp1.c
@@ -0,0 +1,27 @@
+/* Copyright (C) 2001-2012 Artifex Software, Inc.
+ All Rights Reserved.
+
+ This software is provided AS-IS with no warranty, either express or
+ implied.
+
+ This software is distributed under license and may not be copied,
+ modified or distributed except as expressly authorized under the terms
+ of the license contained in the file LICENSE in this distribution.
+
+ Refer to licensing information at http://www.artifex.com or contact
+ Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael,
+ CA 94903, U.S.A., +1(415)492-9861, for further information.
+*/
+#include "stdio_.h"
+#include "string_.h"
+#include "gsmemory.h"
+#include "gstypes.h"
+#include "plufstlp.h"
+
+#include "plulp.c"
+
+void pl_get_ulp_character_data(byte **header, byte **character_data)
+{
+ *header = pl_ulp_header;
+ *character_data = pl_ulp_character_data;
+}