[gs-cvs] rev 6910 - trunk/gs/src
ray at ghostscript.com
ray at ghostscript.com
Wed Jul 12 14:19:34 PDT 2006
Author: ray
Date: 2006-07-12 14:19:34 -0700 (Wed, 12 Jul 2006)
New Revision: 6910
Modified:
trunk/gs/src/stream.h
Log:
Header file missed on previous commit to refactor 'file_prepare_stream'
for use by graphics library (no PS interpreter) clients (gsiorom.c).
Modified: trunk/gs/src/stream.h
===================================================================
--- trunk/gs/src/stream.h 2006-07-12 21:15:11 UTC (rev 6909)
+++ trunk/gs/src/stream.h 2006-07-12 21:19:34 UTC (rev 6910)
@@ -333,6 +333,10 @@
void s_init(stream *, gs_memory_t *);
void s_init_state(stream_state *, const stream_template *, gs_memory_t *);
+/* create a stream for a file object */
+int file_prepare_stream(const char *, uint, const char *,
+ uint, stream **, char[4], gs_memory_t *);
+
/* Create a stream on a string or a file. */
void sread_string(stream *, const byte *, uint),
sread_string_reusable(stream *, const byte *, uint),
More information about the gs-cvs
mailing list