1 /* Copyright (C) 2009 Artifex Software, Inc.
2    All Rights Reserved.
3 
4    This software is provided AS-IS with no warranty, either express or
5    implied.
6 
7    This software is distributed under license and may not be copied, modified
8    or distributed except as expressly authorized under the terms of that
9    license.  Refer to licensing information at http://www.artifex.com/
10    or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11    San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12 */
13 
14 /* $Id: zfrsd.h 10563 2009-12-28 07:03:59Z alexcher $ */
15 /* Reusable straem implementation */
16 
17 #ifndef zfrsd_INCLUDED
18 #  define zfrsd_INCLUDED
19 
20 /* Make a reusable string stream. */
21 int
22 make_rss(i_ctx_t *i_ctx_p, os_ptr op, const byte * data, uint size,
23    uint string_space, long offset, long length, bool is_bytestring);
24 
25 #endif /* zfrsd_INCLUDED */
26 /* Copyright (C) 2009 Artifex Software, Inc.
27    All Rights Reserved.
28 
29    This software is provided AS-IS with no warranty, either express or
30    implied.
31 
32    This software is distributed under license and may not be copied, modified
33    or distributed except as expressly authorized under the terms of that
34    license.  Refer to licensing information at http://www.artifex.com/
35    or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
36    San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
37 */
38 
39 /* $Id: zfrsd.h 10563 2009-12-28 07:03:59Z alexcher $ */
40 /* Reusable straem implementation */
41 
42 #ifndef zfrsd_INCLUDED
43 #  define zfrsd_INCLUDED
44 
45 /* Make a reusable string stream. */
46 int
47 make_rss(i_ctx_t *i_ctx_p, os_ptr op, const byte * data, uint size,
48    uint string_space, long offset, long length, bool is_bytestring);
49 
50 #endif /* zfrsd_INCLUDED */
51